NAME
XML::Compile::SOAP::Server - base class for SOAP message servers
INHERITANCE
XML::Compile::SOAP::Server is extended by
XML::Compile::SOAP::HTTPServer
SYNOPSIS
# never used directly.
DESCRIPTION
This base class defines the method that each server side of the SOAP message exchange protocols must implement.
The commonatities on the level of options to the methods is not yet known, where there is only one transport implementation available on the moment: XML::Compile::SOAP::HTTPServer, for transport over HTTP.
METHODS
XML::Compile::SOAP::Server->new(OPTIONS)
Compile a server handler.
SEE ALSO
This module is part of XML-Compile-SOAP distribution version 0.55, built on October 03, 2007. Website: http://perl.overmeer.net/xml-compile/
LICENSE
Copyrights 2007 by Mark Overmeer. For other contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html