NS_Handler | --NS_Connection_Handler | --NS_HTTP_Service_Handler | --NS_SOAP_Service_Handler
[line 57]
[line 63]
[line 51]
[line 45]
NS_SOAP_Service_Handler __construct( array $options)
The constructor here only builds the exports list for WSDL automatic generation
Overridden in child classes as:
string Fault( string $string, [string $code = "Server"])
string Get_Base_Href( )
array Get_Exports( )
This methods needs to be overloaded and return the correct list in child classes
string Get_WSDL( )
string Get_XSD( string $method)
mixed on_Call( string $method, array $args)
the value returned by on_Call() will be sent back as the SOAP method call response
void on_Request( $url)
string SOAP_Add_Response_Envelope( string $result)
string Variable_To_SOAP_String( string $var, [ $key = false])