|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Backward compatibility. More...
Inheritance diagram for soap_server:
Collaboration diagram for soap_server:Additional Inherited Members | |
Public Member Functions inherited from nusoap_server | |
| __construct ($wsdl=false) | |
| constructor the optional parameter is a path to a WSDL file that you'd like to bind the server instance to. More... | |
| service ($data) | |
| processes request and returns response More... | |
| parse_http_headers () | |
| parses HTTP request headers. More... | |
| parse_request ($data='') | |
| parses a request More... | |
| invoke_method () | |
| invokes a PHP function for the requested SOAP method More... | |
| serialize_return () | |
| serializes the return value from a PHP function into a full SOAP Envelope More... | |
| send_response () | |
| sends an HTTP response More... | |
| verify_method ($operation, $request) | |
| takes the value that was created by parsing the request and compares to the method's signature, if available. More... | |
| parseRequest ($headers, $data) | |
| processes SOAP message received from client More... | |
| getHTTPBody ($soapmsg) | |
| gets the HTTP body for the current response. More... | |
| getHTTPContentType () | |
| gets the HTTP content type for the current response. More... | |
| getHTTPContentTypeCharset () | |
| gets the HTTP content type charset for the current response. More... | |
| add_to_map ($methodname, $in, $out) | |
| add a method to the dispatch map (this has been replaced by the register method) More... | |
| register ($name, $in=array(), $out=array(), $namespace=false, $soapaction=false, $style=false, $use=false, $documentation='', $encodingStyle='') | |
| register a service function with the server More... | |
| fault ($faultcode, $faultstring, $faultactor='', $faultdetail='') | |
| Specify a fault to be returned to the client. More... | |
| configureWSDL ($serviceName, $namespace=false, $endpoint=false, $style='rpc', $transport='http://schemas.xmlsoap.org/soap/http', $schemaTargetNamespace=false) | |
| Sets up wsdl object. More... | |
| addInternalPort (string $serviceName, string $url) | |
Public Member Functions inherited from nusoap_base | |
| __construct () | |
| constructor More... | |
| getGlobalDebugLevel () | |
| gets the global debug level, which applies to future instances More... | |
| setGlobalDebugLevel ($level) | |
| sets the global debug level, which applies to future instances More... | |
| getDebugLevel () | |
| gets the debug level for this instance More... | |
| setDebugLevel ($level) | |
| sets the debug level for this instance More... | |
| debug ($string) | |
| adds debug data to the instance debug string with formatting More... | |
| appendDebug ($string) | |
| adds debug data to the instance debug string without formatting More... | |
| clearDebug () | |
| clears the current debug data for this instance More... | |
| & | getDebug () |
| gets the current debug data for this instance More... | |
| & | getDebugAsXMLComment () |
| gets the current debug data for this instance as an XML comment this may change the contents of the debug data More... | |
| expandEntities ($val) | |
| expands entities, e.g. More... | |
| getError () | |
| returns error string if present More... | |
| setError ($str) | |
| sets error string More... | |
| isArraySimpleOrStruct ($val) | |
| detect if array is a simple array or a struct (associative array) More... | |
| serialize_val ($val, $name=false, $type=false, $name_ns=false, $type_ns=false, $attributes=false, $use='encoded', $soapval=false) | |
| serializes PHP values in accordance w/ section 5. More... | |
| serializeEnvelope ($body, $headers=false, $namespaces=array(), $style='rpc', $use='encoded', $encodingStyle='http://schemas.xmlsoap.org/soap/encoding/') | |
| serializes a message More... | |
| formatDump ($str) | |
| formats a string to be inserted into an HTML stream More... | |
| contractQname ($qname) | |
| contracts (changes namespace to prefix) a qualified name More... | |
| expandQname ($qname) | |
| expands (changes prefix to namespace) a qualified name More... | |
| getLocalPart ($str) | |
| returns the local part of a prefixed string returns the original string, if not prefixed More... | |
| getPrefix ($str) | |
| returns the prefix part of a prefixed string returns false, if not prefixed More... | |
| getNamespaceFromPrefix ($prefix) | |
| pass it a prefix, it returns a namespace More... | |
| getPrefixFromNamespace ($ns) | |
| returns the prefix for a given namespace (or prefix) or false if no prefixes registered for the given namespace More... | |
| getmicrotime () | |
| returns the time in ODBC canonical form with microseconds More... | |
| varDump ($data) | |
| Returns a string with the output of var_dump. More... | |
| __toString () | |
| represents the object as a string More... | |
Data Fields inherited from nusoap_server | |
| $opData | |
| $headers = array() | |
| $request = '' | |
| $requestHeaders = '' | |
| $requestHeader = null | |
| $document = '' | |
| $requestSOAP = '' | |
| $methodURI = '' | |
| $methodname = '' | |
| $methodparams = array() | |
| $SOAPAction = '' | |
| $xml_encoding = '' | |
| $decode_utf8 = true | |
| $class | |
| $outgoing_headers = array() | |
| $response = '' | |
| $responseHeaders = '' | |
| $responseSOAP = '' | |
| $methodreturn = false | |
| $methodreturnisliteralxml = false | |
| $fault = false | |
| $result = 'successful' | |
| $operations = array() | |
| $wsdl = false | |
| $externalWSDLURL = false | |
| $debug_flag = false | |
Data Fields inherited from nusoap_base | |
| $title = 'NuSOAP' | |
| $version = '0.7.3' | |
| $revision = '$Revision$' | |
| $error_str = '' | |
| $debug_str = '' | |
| $charencoding = true | |
| $debugLevel | |
| $XMLSchemaVersion = 'http://www.w3.org/2001/XMLSchema' | |
| $soap_defencoding = 'UTF-8' | |
| $namespaces | |
| $usedNamespaces = array() | |
| $typemap | |
| $xmlEntities | |
Backward compatibility.
Definition at line 4613 of file nusoap.php.