cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Fault Handling with RequestResponseBean and ResponseOnewayBean

Former Member
0 Kudos

Hi,

From the parameter description of  ResponseOnewayBean it seems we can capture the  soap fault mesage from a web service and pass it on to the requester/originator,but does it really work?

On error ,the control never seems to go into the fault mapping , the soap reveicer channel and the JDBC sender comm channel (which is initiating the async-sync bridge with the mentioned beans) goes into error with the soap exception.

Thanks in advance for any help on this.

Regards,

Bikram

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Bikram,

To work with SOAP:fault tag i usually use the check "Do Not Use SOAP Envelope". With this you will need to create the SOAP envelope in the request but you will have all SOAP structure in the response, in this way PI doesnt deal with the SOAP tags and you can avoid some validation errors. You will do a bit work more in the mappings but it will work fine.

Regards.

Former Member
0 Kudos

Hi Inaki,

Thanks for your response and the suggestion.

I was wandering if it is possible using standard feature and no extra mapping.

In my case I want to pass on the SOAP fault message to the async caller using the two bean.

Thanks and Regards,

Bikram