-
Notifications
You must be signed in to change notification settings - Fork 131
Items SoapServer
ggodart edited this page Jan 6, 2021
·
1 revision
See original
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.
SOAP::Lite - available from CPAN
http://search.cpan.org/~byrne/SOAP-Lite-0.69/lib/OldDocs/SOAP/Lite.pm
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 |
Mike Wiebke [email protected]
None