From 6ce699973b6c52f81266fc09b3a87db5da5844f8 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Fri, 28 Sep 2007 19:34:19 +0000 Subject: [PATCH] use __soapCall instead of __call in the example, as the last is deprecated. (per user note) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@243091 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/soap/functions/soap-soapheader-construct.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'));