Hi,
I've to configure the wsa addressing feature on some of our webservice
consumers.
The routes look like the following:
from(cxf://someAddress?serviceClass=someClass)
.to(...)
Maybe I missed something but I've only found the wsa addressing
configuration via spring:
example:
...
<cxf:features>
<wsa:addressing usingAddressingAdvisory="true" />
</cxf:features>
...
Is it possible to add the feature in the way I use cxf in my routes?
kind regards,
Christoph
--
View this message in context:
http://camel.465427.n5.nabble.com/cxf-how-to-add-wsa-addressing-with-cxf-someAddress-options-uri-format-tp5750440.html
Sent from the Camel - Users mailing list archive at Nabble.com.