*/
public void testR3GDI3EchoStruct() throws AxisFault {
url = "http://www.whitemesa.net/interop/r3/import3";
soapAction = "http://soapinterop.org/";
util = new GDImport2EchoStructUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "WMGDImport3StructRes.xml";
result = compare(retEnv, tempPath);
assertTrue(result);
}