compareXML(retEnv, tempPath);
}
public void testEchoFloatArray() throws AxisFault {
util = new Round1FloatArrayUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "Round1FloatArrayRes.xml";
compareXML(retEnv, tempPath);
}