I hate to say this, but you are probably hitting: https://issues.apache.org/jira/browse/CXF-183
which is one of the oldest open feature requests we have. :-( This is probably going to be more possible with CXF 2.3 as the soap over tcp spec gives us a jms: url format that can be used for the various things like ReplyTo and such. Previously, we had to use the cxf custom extensors and such which didn't work well for addressing. Dan On Wed January 20 2010 6:55:46 am Nikolay Khasanov wrote: > Hi guys, > > I have a question: how WS-Addressing feature is implemented in CXF in > conjuction with JMS transport for SOAP? > Especially I'm interesting about using of wsa:ReplyTo to specifying > destination for SOAP response. > > It seems that wsa is ignored in case of JMS and only JMS headers are used. > But the goal of WSA is to provide "uniform format that can be processed > independently of transport". And I expect that WSA references have higher > priority. > > Nick > -- Daniel Kulp [email protected] http://www.dankulp.com/blog
