Typical SOAP fault response message
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The following is the content of a typical SOAP fault response that appears within the body of a WSA-generated SOAP fault message:
|
Note that SOAP faults can be returned by the client's own SOAP libraries and might have a
different XML definition for the contents encapsulated by the <detail>
element, depending on the Web service client toolkit that is used. However, a SOAP fault
generated by the OpenEdge WSA always includes an <error Message> and
<requestID> element within the <detail>
element section.