log.info("This may fail if the echoed float format is different");
url = "http://soap.4s4c.com/ilab2/soap.asp";
soapAction = "urn:interopLab#echoFloat";
util = new Round2EchoFloatClientUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "sunBaseFloatRes.xml";
assertValueIsInThePayload(retEnv,WhiteMesaConstants.ECHO_FLOAT);
}