Hello,
Do you have any examples of how I can consume a SOAP (XML) webservice with the HTTP Request node? I tried to run the process, but it returns status 202 and nothing else. The webservice is asynchronous.
Thanks
Hello,
Do you have any examples of how I can consume a SOAP (XML) webservice with the HTTP Request node? I tried to run the process, but it returns status 202 and nothing else. The webservice is asynchronous.
Thanks
Is it most likely expecting a callback URL.
Grab the value of expression variable $execution.resumeUrl
and send it to the asynch service.
Then add a Wait
node set to Resume: On Webhook Call