Asynchronous Service call??

Hi All,

I have IS 6.1 and developed few Flow & Adapter services to call JD Edward Business function.

Now we have a requirement where we have to call JD Edward business function Asnchronously.

Is it possible in IS 6.1 to call another service Asnchronously? If yes then please let me know how?

Thanks
Atul

Hi Atul,

You can use the Service.doThreadInvoke method to make service run in parallel. Check the Java API for more details.

Also try seaching “Service.doThreadInvoke” in this forum, I am sure you will get many post which can help you out.

You can also publish your message to broker and subscribe it with the service that has the JDEdwards BF.