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