AE Call Synchronous Service Call Keep Processing
Hi All,
We coded a peoplecode function to call synchronous service to external system.
The function use message class below:
&inResponseMsg = %IntBroker.SyncRequest(&outRequestMsg);
The function call works fine in component peoplecode and message returns successfully.
However, the AE steps call on the function keep processing on the %IntBroker.SyncRequest. It seems that the response has not returned.
There is no error log on integration gateway logs.
Is there any idea on the behavior?
Thanks for your sharing in advance.