Synchronous outbound calls should be carefully used in Business Rules and UI Actions
When using RESTMessageV2 or SOAPMessageV2 in a business rule or UI
action, use executeAsync() instead of execute(). Outbound web service
requests sent through a MID Server are always executed asynchronously.
see:
Comments
Post a Comment