第 291 章 SAP NetWeaver 组件
从 Camel 版本 2.12 开始提供
sap-netweaver 使用 HTTP 传输与 SAP NetWeaver Gateway 集成。
此 camel 组件只支持 producer 端点。
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>
291.1. URI 格式
sap netweaver 网关组件的 URI 方案如下
sap-netweaver:https://host:8080/path?username=foo&password=secret
您可以使用以下格式在 URI 中附加查询选项 ?option=value& amp;option=value&…