PDA

View Full Version : Invoke flow service from Java


serdar
08-09-2006, 21:45
I've used Service.doInvoke to call Flow services that don't have a return value, but what could I use from my Java Service to call a Flow service that has outputs?

mcarlson
08-09-2006, 21:49
Same thing. Use Developer's Tools-Generate Code-For Invoking This Service From a Client->Java (or something like that) to see an approach for doing this.

Mark

serdar
08-09-2006, 21:58
Thanks Mark, works a treat. Generate Code is becoming very useful to getting my head around wM, I just need to remember that it's there :)

rmg
08-10-2006, 07:48
Also you could see this service as reference in WmEDI(edi.util:invoke) service.It does access inputs/outputs of that invoking flow/java service

Anyways it worked for you.

HTH,
RMG