tempPath = resFilePath + "Round1IntegerRes.xml";
compareXML(retEnv, tempPath);
}
public void testIntegerArray() throws AxisFault {
util = new Round1IntArrayUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "Round1IntArrayRes.xml";
compareXML(retEnv, tempPath);
}