The service is invoked by another application. The service can fail for 2 reasons :
- the request is bad, or
- the content is not ok.
The first case is OK, the IS sends a status 500, so the other application is aware of the error.
In the second case I don’t want to send an error to the other application, I need to manage the error in the IS.
I need to have an error logged in the IS, and to return a status 200 to the other application.
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB