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
427.n5.nabble.com/Calling-WebService-with-Camel-tp5731026p5731123.html
Sent from the Camel - Users mailing list archive at Nabble.com.
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
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
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
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
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