tempPath = resFilePath + "Round1StringUtilRes.xml";
compareXML(retEnv, tempPath);
}
public void testEchoVoid() throws AxisFault {
util = new Round1VoidUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "Round1VoidUtilRes.xml";
compareXML(retEnv, tempPath);
}