ConnectionType
The method used to connect to SAP ERP data.
Possible Values
JCo, SoapData Type
string
Default Value
"JCo"
Remarks
The server connects to your SAP ERP data using the specified method.
Available methods include:
- Use JCO to connect using the SAP Java Connector (sapjco.jar).
- You need to include sapjco.jar in your build path to connect. See for more information.
- When ConnectionScheme is set to ApplicationServer, you must also set the Host and SystemNumber connection properties.
- When ConnectionScheme is set to GroupServer, you must also set the MessageServer, Group, SystemId, and MessageServerService connection properties.
- Use SOAP to connect using the SAP SOAP Framework.
- You must also set the RFCURL connection property when using this method.