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

SOAP Fault Body

SOAP Fault Body

The SOAP fault body contains the following sub-elements:
  • Faultcode.
    The faultcode determines if the error originates at the web service client or the Integration Service. The error can originate at the web service client if the message has the wrong structure.
  • Faultstring.
    The faultstring provides a description of the error. The faultstring value indicates whether the error originated from the Integration Service, Web Services Hub, or Repository Service.
  • Detail.
    The detail element contains error information that includes an error code, and the extended details element provide detailed error information when the faultstring is a Web Services Hub or Repository Service error.
The Web Services Hub uses the following SOAP fault schema:
<SOAP-ENV: Fault>       <faultcode> Client/Server </faultcode>       <faultstring>Brief Description of Error</faultstring>       <detail>           <ns:WSHFaultDetails xmlns:ns="www.informatica.com/wsh">               <ErrorCode>                  Error Code               </ ErrorCode >               <ExtendedDetails>                  Actual Error               </ ExtendedDetails >           </ns:WSHFaultDetails>       </detail> </SOAP-ENV: Fault>

0 COMMENTS

We’d like to hear from you!