You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by ravishankarhassain <ra...@gmail.com> on 2013/09/05 11:47:20 UTC

JAX-WS and JAX-RS Webservice with Camel

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.

Re: JAX-WS and JAX-RS Webservice with Camel

Posted by Christian Müller <ch...@gmail.com>.
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 <
ravishankarhassain@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.
>