*/
public void testR2BaseEchoString() throws AxisFault {
url = "http://explorer.ne.mediaone.net/app/interop/interop";
soapAction = "http://soapinterop.org/";
util = new Round2EchoStringclientUtil();
retEnv = SunRound2Client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "sunBaseStringRes.xml";
results = compare(retEnv, tempPath);
assertTrue(results);
}