Table of Contents

Search

  1. Preface
  2. Web Service Concepts
  3. Understanding the Web Services Provider
  4. Using the Web Services Hub Console
  5. Batch Web Service Operations
  6. Writing Client Applications
  7. Working with Web Service Sources and Targets
  8. Editing Web Service Sources and Targets
  9. Working with Web Service Mappings
  10. Working with Web Service Workflows
  11. Appendix A: Web Service Sample Client Applications
  12. Appendix B: Configure the Web Browser

Web Services Provider Guide

Web Services Provider Guide

Error Handling

Error Handling

SOAP fault elements in the SOAP response contain the errors that occur during calls to web services.
While calling any of the batch web services operations, the client application should implement the appropriate error handling scheme to retrieve the SOAP fault. This scheme varies according to the toolkit.
A web services toolkit provides an exception handling scheme to get the faultcode and faultstring field of a fault element. However, you might need an XML parser to parse the detail element field to get the error code and extended details.

0 COMMENTS

We’d like to hear from you!