我需要向 SOAP 信封添加一个新的命名空间。目前它看起来像这样:
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
但我需要的是这个:
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope" xmlns:urn="urn:sap-com:document:sap:soap:functions:mc-style">
也许你可以给我标头中介的代码。WSO2 ESB 文档目前无法正常工作。我在那里得到一个 Synthax 错误....