webMethods Adapter Runtime 10.7 | webMethods Adapter Runtime Documentation | webMethods Adapter Runtime User’s Documentation | Adapter Administrator APIs | Adapter Specific Samples | webMethods Adapter for SAP
 
webMethods Adapter for SAP
Sample Template for Creating a Connection
{
"connectionAlias": "<Connection_Alias>",
"packageName": "<Package_Name>",
"adapterTypeName": "WmSAP",
"connectionFactoryType": "com.wm.adapter.sap.spi.SAPConnectionFactory",
"connectionSettings": {
"alias": "pdvm026",
"user": "<Username>",
"password": "<Password>",
"repoUser": "<Repo_Username>",
"repoPassword": "<Repo_Password>",
"client": "900",
"language": "EN",
"loadBalancing": "Off",
"appServerHost": "<Host_Name>",
"systemNumber": "<SAP_System_Number>",
"logonGroup": "",
"messageServerHost": "",
"messageServerService": "",
"systemId": "",
"connectionType": "No",
"programId": "",
"gatewayHost": "",
"gatewayService": "",
"repositoryServer": "",
"sncMode": "No",
"sncQualityOfService": "Use global built-in default settings",
"sncMyName": "<SNC_Your_Name>",
"sncPartnerName": "<SNC_PartnerName>",
"sncAuthentication": "User and Password",
"routerString": "",
"sapGui": "Off",
"rfcTrace": "Off",
"testConnection": "Off",
"logTransactionStatus": "Off",
"abapDebug": "Off",
"storeMsgBody": "Off"
},
"connectionManagerSettings": {
"poolable": "true",
"minimumPoolSize": "1",
"maximumPoolSize": "10",
"poolIncrementSize": "1",
"blockingTimeout": "1000",
"expireTimeout": "1000",
"startupRetryCount": "0",
"startupBackoffSecs": "10"
}
}
Sample Template for Creating a Listener
{
"listenerName": "<Listener_Name>",
"packageName": "<Package_Name>",
"adapterTypeName": "WmSAP",
"listenerTemplate": "com.wm.adapter.sap.listener.RFCListener",
"listenerEnabled": "false",
"listenerSettings": {
"retryBackoffTimeout": "10",
"retryLimit": "5",
"unicode": "",
"storeMsgBody": "On",
"logTransactionStatus": "On",
"rfcTrace": "On",
"authService": "",
"sncMyName": "",
"sncMode": "No",
"repositoryServer": "<Repo_Host_Name>",
"threadCount": "1",
"gatewayService": "<Gateway_Service>",
"gatewayHost": "<Gateway_Host_Name>",
"programId": "<Program_ID>"
}
}