Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

/.xml Secret

Created August 3, 2015 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/213d5de252a6614ac5b8 to your computer and use it in GitHub Desktop.
Save anonymous/213d5de252a6614ac5b8 to your computer and use it in GitHub Desktop.
<hibersap xmlns="urn:hibersap:hibersap-configuration:1.0">
<session-manager name="HibersapSessionManager">
<context>org.hibersap.execution.jco.JCoContext</context>
<properties>
<property name="jco.client.ashost" value="127.0.0.1" />
<property name="jco.client.sysnr" value="00" />
<property name="jco.client.client" value="001" />
<property name="jco.client.user" value="sapuser" />
<property name="jco.client.passwd" value="password" />
<property name="jco.client.lang" value="en" />
<property name="jco.destination.pool_capacity" value="1" />
</properties>
<annotatedClasses>
<class>de.openknowledge.bapi.GetCustomerList</class>
</annotatedClasses>
</session-manager>
</hibersap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment