Siebel Business Process Framework: Workflow Guide > Example Workflow Processes That Call a Business Service > Externalizing Properties When Using a Business Service >

Example of Defining Input Arguments in an XML Hierarchy


The following code for an XML Hierarchy includes input arguments and input argument values for the EAI HTTP Transport business service and the EAI SQL Adapter business service. The parameters in the Finance and HR sections are for illustration purposes only. The file is named ebizint.xml:

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

<Systems>

<Finance>

<TargetWebAddress>http://finance</TargetWebAddress>

<ExtDBODBCDataSource>financesource</ExtDBODBCDataSource>

<ExtDBUserName>financeuser</ExtDBUserName>

<ExtDBPassword>financepassword</ExtDBPassword>

<ExtDBTableOwner>financeowner</ExtDBTableOwner>

</Finance>

<HR>

<TargetWebAddress>http://hr</TargetWebAddress>

<ExtDBODBCDataSource>hrsource</ExtDBODBCDataSource>

<ExtDBUserName>hruser</ExtDBUserName>

<ExtDBPassword>hrpassword</ExtDBPassword>

<ExtDBTableOwner>hrowner</ExtDBTableOwner>

</HR>

</Systems>

Siebel Business Process Framework: Workflow Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.