webMethods Adapter Runtime 10.7 | webMethods Adapter Runtime Documentation | webMethods Adapter Runtime User’s Documentation | Adapter Administrator APIs | Adapter Specific Samples | webMethods PeopleSoft Adapter
 
webMethods PeopleSoft Adapter
Sample Template for Creating a Connection
{
"connectionAlias": "<Connection_Alias>",
"packageName": "<Package_Name>",
"adapterTypeName": "PeopleSoftAdapter",
"connectionFactoryType": "com.wm.adapter.peoplesoft.pia.connection.PeopleSoftConnectionFactory",
"connectionSettings": {
"appHost": "<Host_Name>",
"appPort": "<Port_Number>",
"userId": "<Username>",
"passwd": "<Password>",
"langCode": "",
"countryCode": "",
"ptVersion": "1.2",
"enableListCI": "FALSE"
},
"connectionManagerSettings": {
"poolable": "true",
"minimumPoolSize": "1",
"maximumPoolSize": "10",
"poolIncrementSize": "1",
"blockingTimeout": "1000",
"expireTimeout": "1000",
"startupRetryCount": "0",
"startupBackoffSecs": "10"
}
}