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