--TEST-- SOAP Interop Round4 GroupH Simple Doc Lit 014 (php/wsdl): echoMultipleFaults3(3) --SKIPIF-- --INI-- soap.wsdl_cache_enabled=0 --FILE-- 1,"exceptions"=>0)); $client->echoMultipleFaults3(array("whichFault" => 3, "param1" => "arg1", "param2" => "arg2")); echo $client->__getlastrequest(); $HTTP_RAW_POST_DATA = $client->__getlastrequest(); include("round4_groupH_simple_doclit.inc"); echo "ok\n"; ?> --EXPECT-- 3arg1arg2 SOAP-ENV:ServerFault in response to 'echoMultipleFaults3'.arg1 ok