You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Andrea Zoppello <zo...@tiscali.it> on 2008/02/08 14:18:15 UTC

WSAddressing in cxf-bc-provider

Hi,

I want to use cxf-bc-provider to call an external webservice, the 
problem is that in the SOAP
call that i want to do, i must to insert ws-addressing element in soap 
header.

For example: i want in my soap message somethink like:

<soapenv:Header xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
        <wsa:Action 
xmlns:wsa="http://www.w3.org/2005/08/addressing">urn:eng:spagic:register1</wsa:Action>
        <wsa:RelatesTo 
xmlns:wsa="http://www.w3.org/2005/08/addressing">urn:uuid:3A96D82A62B5772C581202457756551</wsa:RelatesTo>
</soapenv:Header>

Is that possible with servicemix???

It's not clear to me where to put the elements that will result in wsa 
soap headers??

Any idea??