我使用 SAP 解决方案管理器中的 Web 服务接口 ICT_SERVICE_DESK_API。我在 SAP 中激活了 Web 服务。我与工具 soapui 建立了联系。
但我不知道如何在 WSO2ESB 中配置端点。到目前为止,我配置了一个代理服务。在那里,我生成了一条肥皂消息,该消息通过地址端点从 SAP 发送到 Web 服务。
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"><soapenv:Body><urn:RequestGuid xmlns:urn="urn:sap-com:document:sap:soap:functions:mc-style"/></soapenv:Body></soapenv:Envelope>
问题是我得到了一些东西。这没有用。然后我想将地址端点更改为 wdsl 端点。
如何从 wso2esb 为来自 sap 的 web 服务配置端点?