*/
public void testR2BaseEchoBoolean() throws AxisFault {
url = "http://www.extreme.indiana.edu:1568/";
soapAction = "http://soapinterop.org/";
util = new Round2EchoBooleanClientUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "XSBaseBooleanRes.xml";
String booleanResult = "1"; //this gives 1 as the response for 'true'.
assertValueIsInThePayload(retEnv,booleanResult);
}