Handling Errors in ABL Requests to OpenEdge SOAP Web Services
- Last Updated: June 1, 2021
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
As described previously, the ERROR condition can result from a Web service
request by:
- A SOAP fault returned by the Web service
- An ABL internal error raised by OpenEdge
- An application error intentionally raised by the ABL application (using the
RETURN ERRORstatement) in a SOAP request header callback procedure or a SOAP response header callback procedure
The following chapter sections focus on how to handle SOAP faults and generally how to debug Web service requests.