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