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