*/
public void testR2BaseEchoDecimal() throws AxisFault {
url = "http://soap.4s4c.com/ilab2/soap.asp";
soapAction = "http://soapinterop.org/";
util = new Round2EchoDecimalClientUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "sunBaseDecimalRes.xml";
assertValueIsInThePayload(retEnv,WhiteMesaConstants.ECHO_DECIMAL);
}