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