*/
public void testR2GCEchoFloat() throws AxisFault {
url = "http://www.whitemesa.net/interop/r2/groupC";
soapAction = "http://soapinterop.org/";
util = new WMRound2Saop12GroupcFloatUtil();
retEnv = client.sendMsg(util, url, soapAction);
tempPath = resFilePath + "WMRound2Soap12GroupcFloatRes.xml";
compareXML(retEnv, tempPath);
}