--TEST--
SOAP Interop Round4 GroupI XSD 021 (php/wsdl): echoSimpleTypesAsComplexType
--SKIPIF--
--INI--
precision=14
soap.wsdl_cache_enabled=0
--FILE--
1,"exceptions"=>0));
$client->echoSimpleTypesAsComplexType(array("inputInteger"=>34,
"inputFloat"=>12.345,
"inputString"=>"arg"));
echo $client->__getlastrequest();
$HTTP_RAW_POST_DATA = $client->__getlastrequest();
include("round4_groupI_xsd.inc");
echo "ok\n";
?>
--EXPECT--
arg3412.345
34arg12.345
ok