cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Fault

Former Member
0 Kudos

Hi Experts

What is SOAP Fault ? Is it there in the wsdl provided by the client ?

Radhika

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

Refer to this

/people/jin.shin/blog/2007/05/21/handling-web-service-soap-fault-responses-in-sap-netweaver-xi

It could be provided by client.

Regards,

Prateek

Former Member
0 Kudos

Thanks Satish, Prateek

VijayKonam
Active Contributor
0 Kudos

In case your client is not giving the definition for fault message, you can use the default XI fault messages. In Pi7.0 they are automatically created when you create a namespace. In 7.1 you need to create them explicitly as new objects.

VJ

Answers (2)

Answers (2)

Former Member
0 Kudos

> What is SOAP Fault ? Is it there in the wsdl provided by the client ?

A SOAP fault is an error in a SOAP (Simple Object Access Protocol) communication resulting from incorrect message format, header-processing problems, or incompatibility between applications.

It is an optional element, so it may be there in the WSDL provided by the client but not always.

e.g <wsdl:fault message="impl:DivByZeroStruct" name="......................

Pooja

Former Member
0 Kudos

Hi Radhika,

It depends. Some clients have fault messages and some may not. But if you see the wsdl you can say whether it has or not. Else upload it into IR and see the messages you can see whether the Fault message is there or not.

Regards,

---Satish