It looks like you just need to route the soap message to different service 
location dynamically.
I think you can try out the camel transport for CXF[1]

[1]http://camel.apache.org/camel-transport-for-cxf.html  

--  
Willem Jiang

Red Hat, Inc.
FuseSource is now part of Red Hat
Web: http://www.fusesource.com | http://www.redhat.com
Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) 
(English)
          http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem





On Saturday, January 5, 2013 at 11:25 PM, helander wrote:

> The general pattern is:
>  
> Application -> Java service interface -> SOAP client -> Routing {  
> dynamically determine address and transport method, attach transport
> specific headers } -> Send to (dynamically selected service location)
>  
> ... and I would like to do this using Java (i.e. no Spring)
>  
> Thanks Lars
>  
>  
>  
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Producing-consuming-SOAP-messages-to-from-POJOs-using-camel-cxf-tp5724949p5724963.html
> Sent from the Camel - Users mailing list archive at Nabble.com 
> (http://Nabble.com).



Reply via email to