*/
public void testR2GCEchoString() throws AxisFault {
url = "http://soap.4s4c.com/ilab2/soap.asp";
soapAction = "http://soapinterop.org/";
util = new GroupcEchoStringUtil();
retEnv = SunRound2Client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "GroupcEchoStringRes.xml";
results = compare(retEnv, tempPath);
assertTrue(results);
}