ress="http://localhost:9000/order"; wsdlURL="<your
> wsdl
> on filesystem/server>" endpointName=""
> serviceName="">
>
>
>
>
>
>
>
>
>
> All namespace resolution is left out.Just to give
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.
> public void configure() throws Exception {
> // TODO Auto-generated method stub
> from("cxf://http://localhost:9000/order/";)
> .setBody(constant("ok"))
> .to("jms:xmlorders");
>
> }}
>
>
>
>
> --
>
.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.