Re: Exception calling webservice with camel

2014-05-23 Thread contactreji
How are u invoking the webservice? Are you using CXF framwork? If so please provide the CXF endpoint configs Reji -- View this message in context: http://camel.465427.n5.nabble.com/Exception-calling-webservice-with-camel-tp5751464p5751548.html Sent from the Camel - Users mailing list archive

Re: Calling WebService with Camel

2013-04-18 Thread abhi
427.n5.nabble.com/Calling-WebService-with-Camel-tp5731026p5731123.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Calling WebService with Camel

2013-04-18 Thread abhi
package com.server; import javax.jws.WebService; @WebService(endpointInterface = "com.server.HelloFirst") public class HelloFirstImpl { public String myHello(String str){ return "HelloFirstImpl: Hello :"+str; } } Thanks, Abhi -- View thi

Re: Calling WebService with Camel

2013-04-18 Thread valerian.merkling
What about this ? http://camel.465427.n5.nabble.com/How-can-I-call-a-web-service-with-no-parameters-via-a-producerTemplate-td4806257.html -- View this message in context: http://camel.465427.n5.nabble.com/Calling-WebService-with-Camel-tp5731026p5731063.html Sent from the Camel - Users

Re: Calling WebService with Camel

2013-04-17 Thread PhilBurress
At this moment, we are getting this error: Here's the endpoint definition: And the route (using a test case to send Jaxb object to direct:start): -- View this message in context: http://camel.465427.n5.nabble.com/Calling-WebService-with-Camel-tp5731026p5731031.html Sent from the

Re: Calling WebService with Camel

2013-04-17 Thread valerian.merkling
What kind of problem ? And where ? I'm currently using cxf for ws consumer and producer, so i may be able to help you, but i can't post my whole project here. -- View this message in context: http://camel.465427.n5.nabble.com/Calling-WebService-with-Camel-tp5731026p5731027.html

Calling WebService with Camel

2013-04-17 Thread PhilBurress
Has anyone had any success calling a webservice via cxf in Camel? We're running into a lot of problems. Are there any examples out there? -- View this message in context: http://camel.465427.n5.nabble.com/Calling-WebService-with-Camel-tp5731026.html Sent from the Camel - Users mailing