Hi,
Can i use Service callout in Post client flow ? My requirement is to send notification to one of the back-end system when response is already been send to client. I have to make an async call to backend after doing all operations in the proxy.
Solved! Go to Solution.
I think you cannot. You CAN, however,
Edit: you can make a fire-and-forget call using ServiceCallout by omitting the Response element from the SC configuration. See the documentation on this policy for more on that.
You can also make a fire-and-forget call using a JS callout.
Neither would work in the PostClientFlow, but either would work in the Response PostFlow for the proxy endpoint. That is "as late as possible", AFAIK.