--TEST-- SOAP Interop Round4 GroupI XSD 029 (php/wsdl): echoAnyElement --SKIPIF-- is not supported yet'); ?> --FILE-- 1,"exceptions"=>0)); $client->echoAnyElement(array("inputAny"=>(object)array("something"=>"Hello World"))); echo $client->__getlastrequest(); $HTTP_RAW_POST_DATA = $client->__getlastrequest(); include("round4_groupI_xsd.inc"); echo "ok\n"; ?> --EXPECT-- ok