Hi Experts,
We have a simple synchronous scenario, where ECC is calling to the web service using a proxy call .
Proxy req.---> PI---> SOAP Request.
SOAP response ---> PI ----> Proxy Response.
when we are passing a valid data it is working fine as expected. But in case of any wrong data the fault mapping is not getting executed and it is still trying to execute the response mapping .
we can see in the message monitor of PI , the SOAP fault message coming in to PI and failing as it is trying to execute Response mapping , not the fault mapping .
I have used a complete Java mapping to handle the SOAP fault , as we need to remove some of the tags from header .
Here I am trying ot pass the application fault. can you please tell me does SOAP adapter support application fault or it consider any fault as system error.
Your help is requested ,
Thanks
Sugata B