python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Apache Camel SOAP/CXF request to Server (Spring Boot)
I am trying to make requests to dedicated WSDL server with the help of Apache Camel CXF.
I have the WSDL URL:
http://www.learnwebservices.com/services/tempconverter?wsdl
I've made the Java classes of ...
Andrei Gavrilov
Votes: 0
Answers: 1
Why is camel-cxf throwing Could not find portType ServiceConstructionException?
I have a camel route which is trying to login via an informatica web service using apache-cxf.
This is how the route looks :
String WS_URL = "cxf://http://infIntegration?serviceClass=com.inf....

The Dark Knight
Votes: 0
Answers: 1
How to secure a camel cxf endpoint (https) in FUSE 7.6?
We have been using camel-cxf service endpoints for multiple applications. They works well. Recently we have a need to secure these service endpoints. Therefore, we are adding <httpu:engine-factor...
Chris W
Votes: 0
Answers: 2
How do I install camel-cxf feature for camel 3.8.0 in Apache Karaf 4.2.15?
This works:
karaf@root> feature:repo-add camel 3.7.7
karaf@root> feature:install camel camel-cxf
This doesn't work:
karaf@root> feature:repo-add camel 3.8.0
karaf@root> feature:install ca...
Henrik
Votes: 0
Answers: 1