Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
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?
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
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
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