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