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