*/
public void testR2BaseEchoBoolean() throws AxisFault {
url = "http://websrv.cs.fsu.edu/~engelen/interop2.cgi";
soapAction = "http://soapinterop.org/";
util = new Round2Soap12EchoBooleanClientUtil();
retEnv = SunRound2Client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "GSoapR2_S12_BooleanRes.xml";
results = compare(retEnv, tempPath);
assertTrue(results);
}