webMethods Adapter Runtime 10.7 | webMethods Adapter Runtime Documentation | webMethods Adapter Runtime User’s Documentation | Adapter Administrator APIs | Adapter Specific Samples | webMethods Siebel Adapter
 
webMethods Siebel Adapter
Sample Template for Creating a Connection
{
"connectionAlias": "<Connection_Alias>",
"packageName": "<Package_Name>",
"adapterTypeName": "SiebelAdapter",
"connectionFactoryType": "com.wm.adapter.wmsiebel.connection.SiebelJavaConnectionFactory",
"connectionSettings": {
"transport": "tcpip",
"encryption": "none",
"compression": "none",
"gatewayServer": "<Siebel_Gateway_Server>",
"siebelEnterprise": "<Siebel_Enterprise>",
"objectManager": "<Siebel_Object_Manager>",
"siebelServer": "<Host_Name>",
"repositoryContext": "<Siebel_Repository>",
"language": "English",
"username": "<Username>",
"password": "<Password>"
},
"connectionManagerSettings": {
"poolable": "true",
"minimumPoolSize": "1",
"maximumPoolSize": "10",
"poolIncrementSize": "1",
"blockingTimeout": "1000",
"expireTimeout": "1000",
"startupRetryCount": "0",
"startupBackoffSecs": "10"
}
}