diff --git a/reference/soap/functions/soap-soapclient-construct.xml b/reference/soap/functions/soap-soapclient-construct.xml index 773b4b70d4..a594f3079c 100644 --- a/reference/soap/functions/soap-soapclient-construct.xml +++ b/reference/soap/functions/soap-soapclient-construct.xml @@ -1,5 +1,5 @@ - + SoapClient->__construct() @@ -77,8 +77,27 @@ as keys and names of PHP classes as values. - The trace and exceptions options - are useful for debuging purpose. + Setting the boolean trace option enables use of the + methods + SoapClient->__getLastRequest, + + SoapClient->__getLastRequestHeaders, + + SoapClient->__getLastResponse and + + SoapClient->__getLastResponseHeaders. + + + The exceptions option is a boolean value defining whether + soap errors throw exceptions of type + SoapFault. + + + The connection_timeout option defines a timeout in seconds + for the connection to the SOAP service. This option does not define a timeout + for services with slow responses. To limit the time to wait for calls to finish the + default_socket_timeout setting + is available.