Handle SOAP faults programmatically
- Last Updated: June 3, 2022
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The client application should handle all SOAP faults. Many SOAP client
toolkits convert SOAP faults to client exceptions that can be handled in a try...catch block. The following code is a VB.NET fragment, which
provides an example of handling SOAP faults:
|
In this example, parseSoapException( ) is a
client helper function to parse the SOAP fault detail provided in .NET sample code.