Invoke a Flowservice from a Java Project or the other way around.

The scenario is we created a Java project that needs to be compiled and to be imported in our IS. This jar will be calling a flow service.

Our problem is that, we are having a difficulty invoking a flow service to our code. Is there any way that we could invoke a certain flow service in our java project?

If your jar would be loaded on IS, I think you could use Service.doInvoke to run any service in your java code.