<siebel-bs:execute config-ref="Oracle_Siebel_Business_Services" serviceName="MyService" methodName="GetAccounts">
<siebel-bs:input ref="#[payload]" />
</siebel-bs:execute>
Oracle Siebel Business Services Connector API Reference
Oracle Siebel Java Data Beans connector to connect to Siebel Business Services
Additional Info
Requirement | Required? |
---|---|
Requires Mule Enterprise License |
Yes |
Requires Entitlement |
Yes |
Mule Version |
3.5.0 or higher |
Configs
Configuration
<siebel-bs:config>
Connection Management
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
name |
The name of this configuration. With this name can be later referenced. |
x |
||
user |
Siebel username |
x |
||
rsaEnabled |
boolean |
Siebel encryption type. Make sure your server is configured to support RSA encryption. By default it is set to false. |
false |
|
password |
Siebel password |
x |
||
server |
Siebel server. The server IP. |
x |
||
port |
Siebel port. The server port used for the connection. By default it is 2321. |
2321 |
|
|
serverName |
Siebel Enterprise server name |
x |
||
objectManager |
Siebel Object Manager |
x |
||
language |
connection language |
ENU |
|
|
encoding |
connection file encoding. It specifies the character encoding of the Siebel client. By default it is utf8. |
utf8 |
|
|
defaultViewMode |
int |
default view mode for DataSense purposes. By default it is set to '3' which means it will go through all the records for which there is a valid owner. |
3 |
|
dataSenseFilterQuery |
Query for filtering DataSense Business Services results |
|
Processors
Execute
<siebel-bs:execute>
Executes a Siebel Service using SiebelPropertySets
XML Sample
Execute business service
<siebel-bs:execute-business-service>
DataSense enabled
Executes a Siebel Service using Maps instead of SiebelPropertySet
XML Sample
<siebel-bs:execute-business-service config-ref="Oracle_Siebel_Business_Services" businessService="MyService.method">
<siebel-bs:input-properties>
<siebel-bs:input-properties key="Description">Account 1</siebel-bs:input-properties>
</siebel-bs:input-properties>
</siebel-bs:execute-business-service>