Items SoapServer - hollie/misterhouse GitHub Wiki
SoapServer
See original
SYNOPSIS
DESCRIPTION
This is the SOAP Transport for MisterHouse. It just subclasses theSOAP::Transport::HTTP::CGI
class from SOAP::Lite
. The major difference being that it reads from passed variables and returns the results instead of using STDIN and STDOUT.
Requires:
SOAP::Lite - available from CPAN
http://search.cpan.org/~byrne/SOAP-Lite-0.69/lib/OldDocs/SOAP/Lite.pm
INHERITS
INI PARAMETERS
METHODS
Method | Description |
---|---|
handle |
The handle method is the only thing that needs to be changed from the standard CGI transport class. Just get the request from passed variables and return the results. Everything else is almost identical to the parent class |
AUTHOR
Mike Wiebke [email protected]
SEE ALSO
None