log.info("This may fail if the echoed hex binary format is different");
url = "http://soap.fmui.de/RPC";
soapAction = "http://soapinterop.org/";
util = new Round2EchoHexBinaryClientUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "SpJBaseHexBinaryRes.xml";
assertValueIsInThePayload(retEnv,WhiteMesaConstants.ECHO_HEX_BINARY);
}