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
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