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


NAME

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


SYNOPSOS

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


DESCRIPTION

  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.


EXPORT

None by default.


SEE ALSO

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


AUTHOR

David Sugar, <dyfet@gnutelephony.org>


COPYRIGHT AND LICENSE

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.

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