Process a SOAP fault message
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The following sample SOAP fault shows the response to a request sent for an object
(OrderInfo) of a disabled Web service:
Sample SOAP fault for disabled Web service
|
The contents of the highlighted SOAP elements include some of the key
components of the fault message, containing such error information as a general error code
(<faultcode>) and message (<faultstring>). These elements are followed by more detailed information,
including the message indicating a more precise cause for the error (<errorMessage>), and a unique identifier for the request that returned the
error (<requestID>). The contents of the <detail> element is defined in the WSDL Types section. For more information on handling errors, including
SOAP fault messages generated for WSA-managed Web services, see Test and debug OpenEdge SOAP Web Services.