*/
public void testR2BaseEchoBoolean() throws AxisFault {
url = "http://www.whitemesa.net/interop/std";
soapAction = "http://soapinterop.org/";
util = new Round2EchoBooleanClientUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "WMBaseBooleanRes.xml";
String booleanResult = "1";
assertValueIsInThePayload(retEnv,booleanResult);
}