Asynchronous Outbound Web Service cannot catch HTTP errors
In Siebel 8.1.1, invoking async Outbound Web Service with no Output parameters (One-way web service), HTTP Exception errors are not catched and data associated with the call are lost if HTTP error occurs.
For an async outbound web service no response is received for a successful case as expected, but after changing the target URL to validate a failed call, an error message is neither received although the expected issue is registered in log file.
Does anybody has faced a similar issue? Does anybody can help to solve?
Thank you