cancel
Showing results for 
Search instead for 
Did you mean: 

Different Fault Messages from the Web Service

Former Member
0 Kudos

Hi XI Experts,

I work with Web Service that has ability to produce multiple Fault Messages based on different

business scenarios.

Like in Function Module you can have multiple exceptions.

I have only one Fault Message in XI. How Can I handle mapping then ?

I do not know what exactly Fault message is coming back...

Thank you,

Forest

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Forest,

When Web Services returns a fault message , the content is same , only the value of parameters changes. Format is always same

Please go through this link and view "SOAP FAULT".

http://www.w3.org/TR/soap12-part1/#soapfault

This contains the list of complete SOAP FAULT elements.

The no. of elements are fixed. Any only value of elements changes.

The format or structure never changes.

Different Fault messages based on different business scenarios means the values of Actor( who has created the fault), detail and reason etc would be different.

Hope this helps.

regards,

Piyush