Siebel Connector for PeopleSoft > Database Adapter > Methods and Arguments >

Database Adapter Example


This is an example of using the Database Adapter.

<?xml version="1.0" encoding="UTF-8"?>

<?Siebel-Property-Set EscapeNames="false"?>

<SiebelMessage MessageId="Insert" MessageType="Integration Object" IntObjectName="ODBCIntObj" IntObjectFormat="Siebel Hierarchical">

<ListOfODBCIntObj>

<Department>

<Dept_Id>1</Dept_Id>

<Name>Engineering</Name>

<Location>San Mateo</Location>

<ListOfEmployee>

<Employee>

<Dept_Id>1</Dept_Id>

<Emp_Id>1</Emp_Id>

<First_Name>John</First_Name>

<Last_Name>Smith</Last_Name>

<Salary>100</Salary>

</Employee>

</ListOfEmployee>

</Department>

</ListOfODBCIntObj>

</SiebelMessage>

As you can see in the example XML file above, the IntObjectName field contains the integration name that we have just created:

IntObjectName="ODBCIntObj"


 Siebel Connector for PeopleSoft 
 Published: 18 April 2003