Worked like a charm.. Thanks a lot Mr. Claus Ibsen.
Regards,
magic.coder
--
View this message in context:
http://camel.465427.n5.nabble.com/problem-with-camel-http-routing-with-spring-dsl-tp5715852p5716021.html
Sent from the Camel - Users mailing list archive at Nabble.com.
> context.addRoutes(new RouteBuilder() {
> @Override
> public void configure() throws Exception {
>
> from("direct:MyProducerUri").to("http://localhost:8080/camel-example-cxf-tomcat/webservices/incident";);
> }
> });
>
> I have deployed the webservi
oid configure() throws Exception {
from("direct:MyProducerUri").to("http://localhost:8080/camel-example-cxf-tomcat/webservices/incident";);
}
});
I have deployed the webservice in my local machine tomcat.
Please help me with this. I am sure this is some configuration issue.