Hello
Sorry if it is not the correct forum
I need to take a call from Java Service to Flow Service.
public static final void pruebaFS (pipeline iData) throws ServiceException {
IDataCursor pipeline.getCursor pipelineCursor = ();
String name = IDataUtil.getString (pipelineCursor, “in”);
IDataUtil.put (pipelineCursor, “out”, “OK”);
pipelineCursor.destroy ();
}
Within this code would have to call a flow service.
Could be done?
Thanks
#webMethods#Integration-Server-and-ESB