-
get
-
gets a wsdl instance from the cache
-
getAttachments
-
gets the MIME attachments from the current response.
-
getAttachments
-
gets the MIME attachments from the current request.
-
getBindingData
-
-
getCookies
-
gets all Cookies
-
getCookiesForRequest
-
sort out cookies for the current request
-
getDebug
-
gets the current debug data for this instance
-
getDebugAsXMLComment
-
gets the current debug data for this instance as an XML comment this may change the contents of the debug data
-
getDebugLevel
-
gets the debug level for this instance
-
getDefaultRpcParams
-
gets the default RPC parameter setting.
-
getError
-
returns error string if present
-
getGlobalDebugLevel
-
gets the global debug level, which applies to future instances
-
getHeader
-
get the SOAP response Header (parsed)
-
getHeaders
-
get the SOAP response headers (namespace resolution incomplete)
-
getHeaders
-
get the unparsed SOAP Header
-
getHTTPBody
-
gets the HTTP body for the current response.
-
getHTTPBody
-
gets the HTTP body for the current response.
-
getHTTPBody
-
gets the HTTP body for the current request.
-
getHTTPBody
-
gets the HTTP body for the current request.
-
getHTTPContentType
-
gets the HTTP content type for the current response.
-
getHTTPContentType
-
gets the HTTP content type for the current request.
-
getHTTPContentType
-
gets the HTTP content type for the current response.
-
getHTTPContentType
-
gets the HTTP content type for the current request.
-
getHTTPContentTypeCharset
-
gets the HTTP content type charset for the current request.
-
getHTTPContentTypeCharset
-
gets the HTTP content type charset for the current response.
-
getHTTPContentTypeCharset
-
gets the HTTP content type charset for the current request.
-
getHTTPContentTypeCharset
-
gets the HTTP content type charset for the current response.
-
getLocalPart
-
returns the local part of a prefixed string returns the original string, if not prefixed
-
getmicrotime
-
returns the time in ODBC canonical form with microseconds
-
getNamespaceFromPrefix
-
pass it a prefix, it returns a namespace
-
getOperationData
-
returns an associative array of data necessary for calling an operation
-
getOperationData
-
get available data pertaining to an operation
-
getOperationDataForSoapAction
-
returns an associative array of data necessary for calling an operation
-
getOperations
-
returns an assoc array of operation names => operation data
-
getPHPType
-
get the PHP type of a user defined type in the schema
-
getPrefix
-
returns the prefix part of a prefixed string returns false, if not prefixed
-
getPrefixFromNamespace
-
returns the prefix for a given namespace (or prefix) or false if no prefixes registered for the given namespace
-
getProxy
-
dynamically creates an instance of a proxy class, allowing user to directly call methods from wsdl
-
getProxyClassCode
-
dynamically creates proxy class code
-
getResponse
-
gets the SOAP response via HTTP[S]
-
getTypeDef
-
returns an associative array of information about a given type returns false if no type exists by the given name
-
getTypeDef
-
returns an array of information about a given type returns false if no type exists by the given name
-
get_response
-
get the parsed message (SOAP Body)
-
get_soapbody
-
get the parsed SOAP Body (NULL if there was none)
-
get_soapheader
-
get the parsed SOAP Header (NULL if there was none)
-
$name
-
The XML element name
-
$namespaces
-
-
$namespaces
-
namespaces in an array of prefix => uri
-
nusoapmime.php
-
-
nusoapservermime
-
nusoap_server_mime server supporting MIME attachments defined at http://www.w3.org/TR/SOAP-attachments. It depends on the PEAR Mail_MIME library.
-
nusoap_base
-
constructor
-
nusoap_base
-
nusoap_base
-
nusoap_client
-
[nu]soapclient higher level class for easy usage.
-
nusoap_client
-
constructor
-
nusoap_client_mime
-
nusoap_client_mime client supporting MIME attachments defined at http://www.w3.org/TR/SOAP-attachments. It depends on the PEAR Mail_MIME library.
-
nusoap_fault
-
Contains information for a SOAP fault.
-
nusoap_fault
-
constructor
-
nusoap_parser
-
nusoap_parser class parses SOAP XML messages into native PHP values
-
nusoap_parser
-
constructor that actually does the parsing
-
nusoap.php
-
-
nusoap_server
-
constructor the optional parameter is a path to a WSDL file that you'd like to bind the server instance to.
-
nusoap_server
-
nusoap_server allows the user to create a SOAP server that is capable of receiving messages and returning responses
-
nusoap_server_mime
-
nusoap_server_mime server supporting MIME attachments defined at http://www.w3.org/TR/SOAP-attachments. It depends on the PEAR Mail_MIME library.
-
nusoap_wsdlcache
-
caches instances of the wsdl class
-
nusoap_wsdlcache
-
constructor
-
nusoap_xmlschema
-
parses an XML Schema, allows access to it's data, other utility methods.
-
nusoap_xmlschema
-
constructor
-
$schema
-
-
$schemaInfo
-
-
$schemas
-
-
$schemaTargetNamespace
-
-
$scheme
-
-
$simpleTypes
-
-
$simpleTypeStack
-
-
$SOAPAction
-
SOAP Action from request
-
$soapheader
-
-
$soapresponse
-
-
$soap_defencoding
-
charset encoding for outgoing messages
-
$status
-
-
$status
-
-
schemaCharacterData
-
element content handler
-
schemaEndElement
-
end-element handler
-
schemaStartElement
-
start-element handler
-
send
-
send the SOAP message
-
send
-
sends the SOAP request and gets the SOAP response via HTTP[S]
-
sendHTTPS
-
sends the SOAP request and gets the SOAP response via HTTPS using CURL
-
sendRequest
-
sends the SOAP request via HTTP[S]
-
send_response
-
sends an HTTP response
-
serialize
-
return serialized value
-
serialize
-
serialize a fault
-
serialize
-
serialize the parsed wsdl
-
serializeComplexTypeAttributes
-
serializes the attributes for a complexType
-
serializeComplexTypeElements
-
serializes the elements for a complexType
-
serializeEnvelope
-
serializes a message
-
serializeParameters
-
serialize a PHP value according to a WSDL message definition
-
serializeRPCParameters
-
serialize PHP values according to a WSDL message definition contrary to the method name, this is not limited to RPC
-
serializeSchema
-
serialize the schema
-
serializeType
-
serializes a PHP value according a given type definition
-
serializeTypeDef
-
returns a sample serialization of a given type, or false if no type by the given name
-
serialize_return
-
serializes the return value from a PHP function into a full SOAP Envelope
-
serialize_val
-
serializes PHP values in accordance w/ section 5. Type information is not serialized if $use == 'literal'.
-
service
-
processes request and returns response
-
setContentType
-
sets the content-type for the SOAP message to be sent
-
setCookie
-
adds a new Cookie into $this->cookies array
-
setCredentials
-
if authenticating, set user credentials here
-
setCredentials
-
if authenticating, set user credentials here
-
setCredentials
-
if authenticating, set user credentials here
-
setCurlOption
-
sets a cURL option
-
setCurlOption
-
sets user-specified cURL options
-
setDebugLevel
-
sets the debug level for this instance
-
setDefaultRpcParams
-
sets the default RPC parameter setting.
-
setEncoding
-
use http encoding
-
setEndpoint
-
sets the SOAP endpoint, which can override WSDL
-
setError
-
sets error string
-
setGlobalDebugLevel
-
sets the global debug level, which applies to future instances
-
setHeader
-
sets an HTTP header
-
setHeaders
-
set the SOAP headers
-
setHTTPEncoding
-
use HTTP encoding
-
setHTTPProxy
-
set proxy info here
-
setProxy
-
set proxy info here
-
setSOAPAction
-
set the soapaction value
-
setURL
-
sets the URL to which to connect
-
setUseCURL
-
Set whether to try to use cURL connections if possible
-
soapclient
-
For backwards compatiblity, define soapclient unless the PHP SOAP extension is loaded.
-
soapclientmime
-
nusoap_client_mime client supporting MIME attachments defined at http://www.w3.org/TR/SOAP-attachments. It depends on the PEAR Mail_MIME library.
-
soapval
-
constructor
-
soapval
-
For creating serializable abstractions of native PHP types. This class
-
soap_fault
-
Backward compatibility
-
soap_parser
-
Backward compatibility
-
soap_server
-
Backward compatibility
-
soap_transport_http
-
constructor
-
soap_transport_http
-
transport class for sending/receiving data via HTTP and HTTPS NOTE: PHP must be compiled with the CURL extension for HTTPS support
-
start_element
-
start-element handler
-
start_element
-
start-element handler