<?php

$client = new SoapClient(dirname(__FILE__) . "/round3_groupD_compound1.wsdl", array("trace" => 1, "exceptions" => 0));
$client->echoDocument((object) array("_" => "Test Document Here", "ID" => 1));
echo $client->__getlastrequest();
$HTTP_RAW_POST_DATA = $client->__getlastrequest();
include "round3_groupD_compound1.inc";
echo "ok\n";
<?php

$client = new SoapClient(dirname(__FILE__) . "/round3_groupD_compound1.wsdl", array("trace" => 1, "exceptions" => 0));
$client->echoDocument("Test Document Here");
echo $client->__getlastrequest();
$HTTP_RAW_POST_DATA = $client->__getlastrequest();
include "round3_groupD_compound1.inc";
echo "ok\n";