Hi,
I would like to call a flow service from a Java service.
Can anyone tell me how this can be done?
How can I set the input and get the output of the flow service from within the Java service?
Thanks
Victor
Hi,
I would like to call a flow service from a Java service.
Can anyone tell me how this can be done?
How can I set the input and get the output of the flow service from within the Java service?
Thanks
Victor
Victor,
Use the Search functionality provided in this site,lot of threads have been discussed on this type of question.
Anyways Check this thread link,
[url=“wmusers.com”]wmusers.com
HTH,
RMG.
Yes. The easiest way to do this for Integration Server:
The code will be placed on the clipboard. You can paste it into your Java service.
You mention that you’re new to Integration Server, so I’d offer that you may want to be wary of doing too much work within Java services. People new to IS tend to want to write Java services when they don’t have to. Of course there are times when Java must be used but for most integration tasks, it doesn’t.