*/
public void testR2GCEchoInterger() throws AxisFault {
url = "http://www.caraveo.com/soap_interop/server_round2.php";
soapAction = "http://soapinterop.org/";
util = new GroupcIntergerUtil();
retEnv = SunRound2Client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "GroupcIntergerRes.xml";
results = compare(retEnv, tempPath);
assertTrue(results);
}