*/
public void testR2BaseEchoBase64() throws AxisFault {
url = "http://www.mssoapinterop.org:80/Remoting/ServiceA.soap";
soapAction = "http://soapinterop.org/";
util = new Round2EchoBase64ClientUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "MSRemBaseBase64Res.xml";
assertValueIsInThePayload(retEnv,WhiteMesaConstants.ECHO_BASE_64);
}