log.info("This may fail if the echoed date format is different");
url = "http://www.mssoapinterop.org:80/Remoting/ServiceA.soap";
soapAction = "http://soapinterop.org/";
util = new Round2EchoDateClientUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "MSRemBaseDateRes.xml";
assertValueIsInThePayload(retEnv,WhiteMesaConstants.ECHO_DATE);
}