diff --git a/reference/soap/functions/SoapServer-SoapServer.xml b/reference/soap/functions/SoapServer-SoapServer.xml index 79b6d4d9b1..482d8fa42a 100644 --- a/reference/soap/functions/SoapServer-SoapServer.xml +++ b/reference/soap/functions/SoapServer-SoapServer.xml @@ -1,5 +1,5 @@ - + SoapServer::SoapServer @@ -18,7 +18,7 @@ This constuctor allows creating SoapServer objects in WSDL or nonWSDL mode. In the first case wsdl must be set to URI of WSDL file. In the second case, wsdl must be set to &null; and - uti option must be set. + uri option must be set. Additional options allow setting a default SOAP version (soap_version) and actor URI (actor). diff --git a/reference/soap/functions/SoapServer-addFunction.xml b/reference/soap/functions/SoapServer-addFunction.xml index 6fb2bc2e45..19641c6b92 100644 --- a/reference/soap/functions/SoapServer-addFunction.xml +++ b/reference/soap/functions/SoapServer-addFunction.xml @@ -1,5 +1,5 @@ - + SoapServer::addFunction @@ -35,10 +35,11 @@ addFunction("echoString"); function echoTwoStrings($inputString1, $inputString2) diff --git a/reference/soap/functions/is-soap-fault.xml b/reference/soap/functions/is-soap-fault.xml index 73ff4f2cad..11860ea9c6 100644 --- a/reference/soap/functions/is-soap-fault.xml +++ b/reference/soap/functions/is-soap-fault.xml @@ -1,10 +1,10 @@ - + is_soap_fault - checks if SOAP call was failed + Checks if SOAP call was failed @@ -34,7 +34,6 @@ 0)); $result = $client->SomeFunction(...); if (is_soap_fault($result)) {