I recommend to use the camel-cxf component. You can find some tutorials [1], examples [3] and articles [4] how to use this component.
[1] http://camel.apache.org/cxf.html [2] http://camel.apache.org/tutorials.html [3] http://camel.apache.org/examples.html [4] http://camel.apache.org/articles.html Best, Christian ----------------- Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation/members.html https://www.linkedin.com/pub/christian-mueller/11/551/642 On Thu, Sep 5, 2013 at 11:47 AM, ravishankarhassain < ravishankarhass...@gmail.com> wrote: > How to hit (give request to) an external JAX-WS and JAX-RS service and also > get the response from JAX-WS and JAX-RS service using camel ? > > From the documents and example, I can understand that we can create a proxy > webservice and expose that proxy webservice on the fly by giving > configuration details in the from endpoint [ i.e., <from uri = "..."> ] > using camel. But, is there any other way or approach to do it without using > the proxy service. Also I don't have any control over the external JAX-WS > and JAX-RS service which is exposed. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/JAX-WS-and-JAX-RS-Webservice-with-Camel-tp5738743.html > Sent from the Camel - Users mailing list archive at Nabble.com. >