The java service takes an input parameter called object of type Object and returns output parameter called string of type String. The body of the service is
IDataCursor idcPipeline = pipeline.getCursor();
IDataUtil.put( idcPipeline, “string”, IDataUtil.getString( idcPipeline, “object” ) );
idcPipeline.destroy();
The service converts any Object to String, not just Float.
HTH.
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods