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