Hello everyone,
                    Kindly help me through this problem. I have developed an
application which exposes a single web service. I can see wsdl at:
http://localhost:8080/abc/spring.wsdl

and wsdl content is:

<wsdl:service name="MyService"><wsdl:port binding="tns:MyServiceSoap11"
name="MyServiceSoap11"><soap:address
location="http://localhost:8080/abc/endpoint"/></wsdl:port></wsdl:service>

I know want camel to consume this webservice using camel-spring-ws... I have
seen many of the examples but I can not get through this. So, I thought to
seek help from fellow developers.

What am I trying is:

exchange.getContext().createProducerTemplate().send("spring-ws:http://localhost:8080/abc/endpoint/MyService",exchange);

Kindly remember that web service and this camel project are two separate
projects. So, kindly help me fixing this. Your time and help will be really
appreciated.

Thanks 



--
View this message in context: 
http://camel.465427.n5.nabble.com/spring-ws-camel-tp5739207.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to