how to add ws-addressing to a CXF consumer in blueprint.xml
Issue
- I have a CXF client coded outside of fuse with programmatically added WSS and WSA which works. I need help figure out how to add WSS and WSA to a CXF consumer in blueprint.xml.
- I assume i need a segment like below and maybe some interceptors but not sure where it should go
<cxf:bus>
<cxf:features>
<wsa:addressing />
</cxf:features>
</cxf:bus>
Environment
- Red Hat JBoss Fuse
- 6.2.1
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.