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