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