public void testR3EsaEchoString() throws AxisFault {
url = "http://soapinterop.java.sun.com:80/round3/groupd/emptysa";
soapAction = "";
util = new Round3EmptySAEchoStringUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "Round3EmptySAEchoStringRes.xml";
compareXML(retEnv, tempPath);
}