PHP Function List
soap. doesn't exist. Closest matches:
- soapvar
- stomp
- soapparam
- soapfault
- soapclient
- soapheader
- soapserver
- splheap
- wordwrap
- swfshape
- is_float
- swfmorph
- splfloat
- is_a
- sha1
- copy
- stat
- chop
- snmp
- sort
Site Search Results
-
When you receive the soapfault message: "looks like we got no XML document" it might be that you're talking to a server that supports MTOM (http://www.w3.org/TR/soap12-mtom/).
-
As you may find, SOAP functions return result of type stdClass, not array. It means that you'll need to use $row->id instead of $row['id'] which may be inconvenient.
-
SoapClient::SoapClient - ManualParameters. wsdl. URI of the WSDL file or NULL if working in non-WSDL mode. Note: During development, WSDL caching may be disabled by the use of the soap ...
-
SoapClient::__soapCall - ManualParameters. function_name. The name of the SOAP function to call. arguments. An array of the arguments to pass to the function. This can be either an ordered or an ...
-
The SOAP extension can be used to write SOAP Servers and Clients. It supports subsets of » SOAP 1.1, » SOAP 1.2 and » WSDL 1.1 specifications.
-
Table of Contents. SoapClient::__call — Calls a SOAP function (deprecated) SoapClient::__construct — SoapClient constructor; SoapClient::__doRequest — Performs a SOAP request
-
SoapClient::__getLastRequest - ManualReturns the XML sent in the last SOAP request. Note: This method works only if the SoapClient object was created with the trace option set to TRUE.
-
If soap is enable (default), in php.ini after the parameter which enables the cache for wdsl : soap.wsdl_cache_enable=1 if the other parameter soap.wsdl_cache=
-
Introduction. The SoapServer class provides a server for the » SOAP 1.1 and » SOAP 1.2 protocols. It can be used with or without a WSDL service description.
-
SoapClient::__doRequest - ManualPerforms SOAP request over HTTP. This method can be overridden in subclasses to implement different transport layers, perform additional XML processing or other purpose.

Other forms of search
To search the string "soap." using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
