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