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