Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Bolo.

Table of Contents

Search

  1. Preface
  2. Understanding PowerExchange for Siebel
  3. PowerExchange for Siebel Configuration
  4. Siebel Sources
  5. Application Source Qualifier for Siebel Sources
  6. Siebel Targets
  7. Siebel Business Service Transformation
  8. Siebel EIM Read Transformation
  9. Siebel EIM Load Transformation
  10. Siebel EIM Invoker Transformation
  11. Siebel Sessions
  12. Datatype Reference
  13. Error Messages
  14. Glossary

PowerExchange for Siebel User Guide for PowerCenter

PowerExchange for Siebel User Guide for PowerCenter

Working with Integration Objects

Working with Integration Objects

When a Siebel Business Service transformation invokes a method that takes an integration object as an argument, you can use an XML Generator transformation to generate the XML string.
Each integration object has an XSD generated by the Designer. The XSD is stored in the <PowerCenter Installation Directory>\clients\PowerCenterClient\client\bin directory. The format for the XSD file name is <IntegrationObjectName>.xsd. The data you provide as input to a Siebel Business transformation must comply with the XSD. The XML Generator transformation converts the source data to a format compliant with the XSD. The output of the XML Generator transformation is input for the Siebel Business Service transformation.
When a business service method returns an integration object as an output, you can parse the output XML according to the target database using an XML Parser transformation. The Designer generates XSD for the integration object. The XML Parser transformation consumes the XSD and parses the output XML according to the target database. For example, if you want to insert data into an Oracle table, you can parse the XML output to a format that complies with the Oracle table.

0 COMMENTS

We’d like to hear from you!