*/
public void testR3GDRpcEchoStruct() throws AxisFault {
url = "http://mssoapinterop.org/asmx/wsdl/WSDLInteropTestRpcEncService.asmx";
soapAction = "http://soapinterop.org/";
util = new GDRpcStructUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "MsAsmxGDRpcStructRes.xml";
compareXML(retEnv, tempPath);
}