Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-2618

Add Example of SAP connection

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Minor
    • 8.4.1, 8.5
    • 8.4
    • None
    • None

    Description

      Add an example of connecting to SAP such as:

      <resource-adapter id="sapDS">
      <module slot="main" id="org.jboss.teiid.resource-adapter.webservice"/>
      <connection-definitions>
      <connection-definition class-name="org.teiid.resource.adapter.ws.WSManagedConnectionFactory" jndi-name="java:/sapDS" enabled="true" use-java-context="true" pool-name="sapDS">
      <config-property name="AuthUserName">
      xxxxxxxxxxx
      </config-property>
      <config-property name="SecurityType">
      HTTPBasic
      </config-property>
      <config-property name="RequestTimeout">
      240000
      </config-property>
      <config-property name="EndPoint"> https://sapes1.sapdevcenter.com/sap/opu/odata/sap/ZCD204_EPM_DEMO_SRV/
      </config-property>
      <config-property name="AuthPassword">
      xxxxxxxxxxx
      </config-property>
      </connection-definition>
      </connection-definitions>
      </resource-adapter>

      Attachments

        Activity

          People

            rhn-engineering-shawkins Steven Hawkins
            wgibson_jira Warren Gibson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: