--TEST-- SOAP Interop Round3 GroupD Import1 001 (php/wsdl): echoString --SKIPIF-- --INI-- soap.wsdl_cache_enabled=0 --FILE-- 1,"exceptions"=>0)); $client->echoString("Hello World"); echo $client->__getlastrequest(); $HTTP_RAW_POST_DATA = $client->__getlastrequest(); include("round3_groupD_import1.inc"); echo "ok\n"; ?> --EXPECT-- Hello World Hello World ok