Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

cxf how to add wsa addressing with cxf://someAddress uri format?

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

Viewing all articles
Browse latest Browse all 5648

Trending Articles