*/
public void testR3GDI3EchoStruct() throws AxisFault {
url = "http://soapinterop.java.sun.com:80/round3/groupd/import3";
soapAction = "http://soapinterop.org/";
util = new GDImport2EchoStructUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "sunGDImport3StructRes.xml";
compareXML(retEnv, tempPath);
}