Hi

You should check out the components[1] page, when you want web services for
example just search the page for web services and see which components can
do that.

Your URI is telling Camel to use the HTTP component, which cannot do web
services.

Without CXF, there's Spring web services[2].

[1] http://camel.apache.org/components.html
[2] http://camel.apache.org/spring-web-services.html


Taariq

On Thu, Nov 17, 2011 at 8:06 AM, Gnanaguru S <
gnanaguru.sattanat...@wipro.com> wrote:

> Hi
>
> Apart from using cxf. Can camel directly consume a web service. Directly
> specifying in the route.
>
> <route>
>  <from
> uri="http://localhost:8080/3.34/services/CustomerIncidentServiceSoap"; />
>  <to uri="file://outbox/" />
> </route>
>
> Further more idea on this is appreciated.
>
> Thanks in advance.
>
> Regards
> Guru
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Can-camel-consume-a-WS-directly-without-cxf-tp5000170p5000170.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to