XML Reference: Siebel eBusiness Application Integration Volume V > XML Integration Scenarios > Scenario 1: Integration Using Siebel XML >

Designing the Integration


For an inbound Siebel XML integration, you complete two major steps:

To create the XML schema: XSD, DTD, or XDR

  1. Start Siebel Tools and navigate to the Integration Objects list.
  2. Select an integration object from the list.
  3. Click the Generate Schema button at the top of the Integration Objects list.
  4. Complete the steps of the wizard:
    1. Select a business service from the Business Service drop-down list.
    2. Select the EAI Siebel Message Envelope Service from the Envelope drop-down list.
    3. Browse to a file location and type a file name to generate the schema—for example, ListOfSiebelOrder.xml—and click Save.

      NOTE:  For details on Siebel DTD Wizard, see Transports and Interfaces: Siebel eBusiness Application Integration Volume III.

  5. Load the schema into the external system.

To create a new workflow

  1. Start a Siebel application and navigate to the Workflow Process Designer.
  2. Create a new workflow that will take the XML file, convert it to Siebel XML format (if necessary) using the Siebel EAI XML Converter business service, call the EAI Data Transformation Engine to perform the data transformation, and call the Siebel Adapter to modify the Siebel Database as needed (upsert, delete, query, and so on).

    NOTE:  The Siebel application uses an instance of the integration object you created to map the incoming XML data to fields (rows and columns) within the Siebel Database.

  3. Test your workflow using the Workflow Process Simulator.
  4. Save your workflow.

NOTE:  For details on Siebel Workflow, see Siebel Business Process Designer Administration Guide.

XML Reference: Siebel eBusiness Application Integration Volume V