--TEST--
SOAP Interop Round3 GroupD Doc Lit 002 (php/wsdl): echoStringArray
--EXTENSIONS--
soap
--INI--
soap.wsdl_cache_enabled=0
--FILE--
1,"exceptions"=>0));
$client->echoStringArray(array("one","two","three"));
echo $client->__getlastrequest();
$HTTP_RAW_POST_DATA = $client->__getlastrequest();
include("round3_groupD_doclit.inc");
echo "ok\n";
?>
--EXPECT--
onetwothree
onetwothree
ok