Re: from webservice to queue

2013-03-15 Thread Christian Müller
ress="http://localhost:9000/order"; wsdlURL="<your > wsdl > on filesystem/server>" endpointName="" > serviceName=""> > > > > > > > > > > All namespace resolution is left out.Just to give

Re: from webservice to queue

2013-03-15 Thread santhosh
All namespace resolution is left out.Just to give you an idea. -- View this message in context: http://camel.465427.n5.nabble.com/from-webservice-to-queue-tp5729239p5729274.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: from webservice to queue

2013-03-15 Thread Christian Müller
> public void configure() throws Exception { > // TODO Auto-generated method stub > from("cxf://http://localhost:9000/order/";) > .setBody(constant("ok")) > .to("jms:xmlorders"); > > }} > > > > > -- >

from webservice to queue

2013-03-15 Thread takidean
.to("jms:xmlorders"); }} -- View this message in context: http://camel.465427.n5.nabble.com/from-webservice-to-queue-tp5729239.html Sent from the Camel - Users mailing list archive at Nabble.com.