1
我想用cxf
和spring
SOAP Web服務創建以下XML:如何將自定義頭添加到cxf soap請求?
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:key="http://schema.to/WebService">
<soapenv:Header>
<key:Signing>asdasdasd</key:Signing>
</soapenv:Header>
如何才能做到這一點?我如何設置名稱空間和自定義標題標籤元素?