Handling WSDL Imports

The handling of SOAP faults while importing WSDL files into Siebel CRM is as follows:

  1. A developer uses the WSDL Import Wizard in Siebel Tools to import a WSDL document for creating proxy business services.

  2. If the operation has a named fault that is not defined in the WSDL, then it is put into the XML Hierarchy.

  3. If the operation has a named fault defined in the WSDL:

    1. If the Process Fault Schema check box is not selected, the named fault is ignored.

    2. If the Process Fault Schema check box is selected and an existing fault integration object is specified, then that fault integration object is added as an output parameter.

    3. If the Process Fault Schema check box is selected and an existing fault integration object is not specified, then a new fault integration object is added as an output parameter. The integration object name is prepended with Fault_.

    For information on using the WSDL Import Wizard, see Creating an Outbound Web Service Based on a WSDL File.