*/
public void testR2GBTypedEchoNestedStruct() throws AxisFault {
url = "http://mssoapinterop.org/stkV3/interopBTyped.wsdl";
soapAction = "http://soapinterop.org/";
util = new GroupbEchoNestedStructUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "MStk3GroupbTypedNestedStructRes.xml";
compareXML(retEnv, tempPath);
}