*/
public void testR2BaseEchoBase64() throws AxisFault {
url = "http://soap.4s4c.com/ilab2/soap.asp";
soapAction = "urn:interopLab#echoBase64";
util = new Round2EchoBase64ClientUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "sunBaseBase64Res.xml";
assertValueIsInThePayload(retEnv,WhiteMesaConstants.ECHO_BASE_64);
}