I am experiencing a problem with soap webservices: when a fault occurs, the request gets echoed as a response.
The flow of the request is the following:
Html -> OSB#1 -> Java -> OSB#2 -> BackEnd Service
When the input request raises no errors, I get what was expected and everything works fine.
Instead, when I should be getting an error, some weird stuff happens:
My question is: is this a documented behaviour? How can I avoid it?
I tried googling, but I didn't find anything useful.
I am not sure where I should refer you regarding the documentation of this behavior, but I had the same issue. In order to get an SOAP fault whenever an error occurs, in all your proxy services:
So the flow will be like below: