Problem
With the MuleSoft Connector, you want to access to your firewall-protected SAP instances without establishing a VPN.
Your SAP Basis team has enabled at least one SAProuter instance to allow TCP/IP access from external clients to your internal SAP instances.
Currently the MuleSoft Enterprise Java Connector for SAP doesn't provide any attribute to directly specify the SAProuter details.
Examples:
Suppose that the the external IP address used by the SAProuter is 200.100.50.25, port 3299. The internal IP address used by your RFC Gateway is 10.10.10.1, and the Netweaver AS IP address is 10.10.10.2:
jcoAsHost="/H/200.100.50.25/S/3299/H/10.10.10.2"
jcoGwHost="/H/200.100.50.25/S/3299/H/10.10.10.1"
Alternatively, you can use the extended properties mechanism to pass the SAProuter details, using to such effect the property namedjco.server.saprouter, as shown in the following configuration snippet:
<spring:beanname="sapProperties"class="java.util.HashMap">
<spring:constructor-arg>
<spring:map>
<spring:entrykey="jco.server.saprouter"value="/H/200.100.50.25/S/3299/H"/>
</spring:map>
</spring:constructor-arg>
</spring:bean>
<sap:connector name="SAP"
jcoClient="200"
jcoUser="USER"
jcoPasswd="PASSWORD"
jcoLang="EN"
jcoAsHost="10.10.10.2"
jcoSysnr="00"
jcoTrace="true"
jcoPoolCapacity="3"
jcoPeakLimit="10"
jcoClientExtendedProperties-ref="sapProperties"/>
MuleSoft Documentation - SAP Connector
SAP Documentation - Application-Level Gateways Provided by SAP
001118745

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.