On Thursday 26 August 2010 3:20:37 am cooper wrote: > I've been trying to configure a web service with JMS as transport. The > implementation of the web service also has to act as web service client to > an external web service using http as transport. I can get both scenarios > working seperatly but as soon as I try to combine things, the http client > part doesn't work. Is this possible at all? Do I have to use multiple cxf > busses?
What type of error occurs? This should be relatively straight forward. Define the impl as a bean in spring and just "ref" it from two jaxws:endpoint things, one using JMS and the other using HTTP. -- Daniel Kulp [email protected] http://dankulp.com/blog
