如何在Mulesoft的Web服务消费者中启用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中测试时,我可以找到填充了所有详细信息的WS-A。我怎样才能在Mulesoft中得到类似的东西
https://stackoverflow.com/questions/51436275
复制相似问题