Hi Everyone,
Build version M33.104.
We have a scenario where we have to call an asynchronous web service.
From the documentation i understand that the Redwood job will be in status Running until the web service completes.
How does the call back work from the web service to Redwood? How does Redwood know the asynchronous web service job completed?
From the documentation, the per-requisite is:
- callback to UpdateJob1 web service at ServerAddress with JobId and FinalStatus as Out parameters
- Should i create two out parameters for the web service job definition in Redwood? one JobId and another FinalStatus?
- How do i get the URL to UpdateJob1 web-service, so that i can make my web service, call it, to update the Redwood job that called it?
thanks
Nanda