Skip to content
ggodart edited this page Jan 6, 2021 · 1 revision

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 mw65@yahoo.com

SEE ALSO

None

Clone this wiki locally