第 290 章 SAP NetWeaver Component
作为 Camel 2.12 版本提供
sap-netweaver 使用 HTTP 传输与 SAP NetWeaver Gateway 集成。
此 camel 组件仅支持制作者端点。
Maven 用户需要将以下依赖项添加到其 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-sap-netweaver</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
290.1. URI 格式
sap netweaver 网关组件的 URI 方案如下
sap-netweaver:https://host:8080/path?username=foo&password=secret
您可以使用以下格式在 URI 中附加查询选项 ?option=value&option=value&…