【发布时间】:2018-07-20 06:25:37
【问题描述】:
如何在 Mulesoft 的 Web 服务 Consumer 中启用 WS-Addressing。
当我在 mulesoft 中搜索 WS-Addressing 时。它指向 CXF。但是文档指出建议使用 Web 服务使用者而不是 CXF。
那么有什么方法可以启用 WS-Addressing。 SoapAction 被添加到 WSDL 中
POST /esi2/esi-gateway/v2/common/v1 HTTP/1.1
SOAPAction: "http://www.macquarie.com/...."
Host: www.macquarie.com
User-Agent: AHC/1.0
Connection: keep-alive
Accept: */*
Content-Type: text/xml; charset=UTF-8
Content-Length: 1453
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-2004
.......
在 SOAP UI 中进行测试时,我可以找到 WS-A 并填写了所有详细信息。我怎样才能在 Mulesoft 中获得类似的东西
【问题讨论】:
标签: mule mule-component anypoint-studio mule-esb