You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by "Mr.777" <qu...@yahoo.com> on 2013/09/12 07:47:12 UTC

spring ws camel

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.

Re: spring ws camel

Posted by Christian Müller <ch...@gmail.com>.
I assume you already studied
http://camel.apache.org/spring-web-services.html?
It's always good the mention the issue you have to get it working (stack
trace, ...).
And check out our unit tests to get inspired [1].

[1]
https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tree;f=components/camel-spring-ws/src/test/java/org/apache/camel/component/spring/ws;h=90516ab5037437d3628f4ee70cc2c6df02f8876a;hb=HEAD

Best,
Christian
-----------------

Software Integration Specialist

Apache Camel committer: https://camel.apache.org/team
V.P. Apache Camel: https://www.apache.org/foundation/
Apache Member: https://www.apache.org/foundation/members.html

https://www.linkedin.com/pub/christian-mueller/11/551/642


On Thu, Sep 12, 2013 at 9:28 AM, Mr.777 <qu...@yahoo.com> wrote:

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

Re: spring ws camel

Posted by "Mr.777" <qu...@yahoo.com>.
Any update guys?



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