Bookshelf Home | Contents | Index | PDF |
Siebel Application Services Interface Reference > Application Services Interfaces > About ASIs and Web Services > Handling Errors for ASIsThe SOAP fault message returns any errors for inbound and outbound ASIs. Errors for Inbound ASIsThe SOAP fault block returns any inbound error messages, as defined by the SOAP 1.1 specification. The The following XML shows an example of a fault message. <?xml version="1.0" encoding="UTF-8" ?> <SOAP-ENV:Fault xmlns:siebelf="http://www.oracle.com/ws/fault"> <faultstring> <detail> <siebelf:errormsg>Supplied input is not well formed <siebelf:error> <siebelf:errormsg>XML Hierarchy Converter error - empty </siebelf:errorstack> Errors for Outbound ASIsIf an error occurs during an outbound ASI that has been exposed as a Web service, the business service raises the error and returns the SOAP fault message as the output method argument, soap:fault, for the application to process. The error is represented as an XML hierarchy property set. |
Siebel Application Services Interface Reference | Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices. | |