--TEST-- SOAP Interop Round3 GroupF Headers 004 (php/wsdl): echoString --EXTENSIONS-- soap --INI-- soap.wsdl_cache_enabled=0 --FILE-- 34,"string"=>"arg1")), new SoapHeader("http://soapinterop.org/xsd","Header2", array("int"=>43,"string"=>"arg2")) ); $client = new SoapClient(__DIR__."/round3_groupF_headers.wsdl",array("trace"=>1,"exceptions"=>0)); $client->__soapCall("echoString",array("Hello World"),null,$hdr); echo $client->__getlastrequest(); $HTTP_RAW_POST_DATA = $client->__getlastrequest(); include("round3_groupF_headers.inc"); echo "ok\n"; ?> --EXPECT-- arg13443arg2Hello World Hello World ok