--TEST--
SOAP Interop Round4 GroupI XSD 007 (php/wsdl): echoDate
--SKIPIF--
--INI--
soap.wsdl_cache_enabled=0
--FILE--
1,"exceptions"=>0));
$client->echoDate(array("inputDate"=>"2002-12-22T21:41:17Z"));
echo $client->__getlastrequest();
$HTTP_RAW_POST_DATA = $client->__getlastrequest();
include("round4_groupI_xsd.inc");
echo "ok\n";
?>
--EXPECT--
2002-12-22T21:41:17Z
2002-12-22T21:41:17Z
ok