
Bayonne::Server - Perl extension for invoking Bayonne 2 webservices

use Bayonne::Server; $conn = new Bayonne::Server(hostid => "hostname:port", secret => "password");

This module is used to create an instance of the Bayonne::Server. Each instance is used to connect to one running instance of Bayonne through it's integrated http based web service. You can create multiple instances of this object, each connecting to a different server, if you so desire. The default hostid to use is "localhost:8055" if you are not connecting to a remote machine. The methods can then be used to invoke specific webservice methods.

None by default.

Documentation for GNU Bayonne 2. Support is available from the Bayonne 2 developers mailing list, bayonne-devel@gnu.org.

David Sugar, <dyfet@gnutelephony.org>

Copyright (C) 2006 by David Sugar, Tycho Softworks
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.