diff --git a/reference/soap/functions/soap-soapheader-construct.xml b/reference/soap/functions/soap-soapheader-construct.xml index 0b435cb472..3e0dd58f30 100644 --- a/reference/soap/functions/soap-soapheader-construct.xml +++ b/reference/soap/functions/soap-soapheader-construct.xml @@ -1,5 +1,5 @@ - + SoapHeader->__construct() @@ -84,7 +84,7 @@ "http://localhost/soap.php", 'uri' => "http://test-uri/")); -$client->__call("echoVoid", null, null, +$client->__soapCall("echoVoid", null, null, new SoapHeader('http://soapinterop.org/echoheader/', 'echoMeStringRequest', 'hello world'));