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