*/
public void testR3GEEchoList() throws AxisFault {
url = "http://mssoapinterop.org/asmx/wsdl/WSDLInteropTestListService.asmx";
soapAction = "";
util = new GEListUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "MsAsmxGEListRes.xml";
compareXML(retEnv, tempPath);
}