soap_server allows the user to create a SOAP server that is capable of receiving messages and returning responses
NOTE: WSDL functionality is experimental
Located in /core/nusoap/lib/class.soap_server.php (line 17)
nusoap_base | --soap_server
whether to append debug to response as XML comment
toggles whether the parser decodes element content w/ utf8_decode()
SOAP body request portion (incomplete namespace resolution; special characters not escaped) (text)
whether $methodreturn is a string of literal XML
HTTP headers of response
SOAP headers from request (incomplete namespace resolution; special characters not escaped) (text)
SOAP payload for request (text)
SOAP headers for response (text)
character set encoding of incoming (request) messages
constructor the optional parameter is a path to a WSDL file that you'd like to bind the server instance to.
add a method to the dispatch map (this has been replaced by the register method)
Sets up wsdl object.
Acts as a flag to enable internal WSDL generation
Specify a fault to be returned to the client.
This also acts as a flag to the server that a fault has occured.
register a service function with the server
processes request and returns response
Documentation generated on Tue, 4 Oct 2005 21:58:56 -0700 by phpDocumentor 1.3.0RC3