From 3b3842390f089872825fabb33de8187ac9f41b48 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Mon, 21 Dec 2009 12:11:27 +0000 Subject: [PATCH] * Fixed #50428 (SOAPClient::SOAPClient documentation missing trace option) * Fixed #50429 (SOAPClient::SOAPClient documentation doesn't specify default soap_version) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292410 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/soap/soapclient/soapclient.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/reference/soap/soapclient/soapclient.xml b/reference/soap/soapclient/soapclient.xml index 2f99df352b..fb05cec5a9 100644 --- a/reference/soap/soapclient/soapclient.xml +++ b/reference/soap/soapclient/soapclient.xml @@ -57,7 +57,7 @@ The soap_version option specifies whether to use SOAP - 1.1, or SOAP 1.2 client. + 1.1 (default), or SOAP 1.2 client. For HTTP authentication, the login and @@ -78,6 +78,10 @@ encoding. This option does not change the encoding of SOAP requests (it is always utf-8), but converts strings into it. + + The trace option enables tracing of request so faults + can be backtraced. This defaults to &false; + The classmap option can be used to map some WSDL types to PHP classes. This option must be an array with WSDL types