--TEST-- SOAP Interop Round3 GroupF Headers 002 (php/wsdl): echoString --EXTENSIONS-- soap --INI-- soap.wsdl_cache_enabled=0 --FILE-- 34,"string"=>"arg")); $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-- arg34Hello World Hello World ok