Willem,

Thanks for your reply. I am relatively new to Camel.

Sorry to ask some basic questions. 

1. So CXF uses Jetty for underline http related service?
2. The link you pointed me to seems to talk about standalone configuration.
I am not quite sure what it means. I am using Camel route and Camel CXF
component. Here is my spring DSL configuration. What do I need to do to use
https instead of http? Do you have a more specific example?

<cxf:cxfEndpoint id="myservice"
                address="http://localhost:9002/webservices/upload";
                endpointName="s:uploadSOAP" serviceName="s:uploadService"
                wsdlURL="wsdl/UploadService.wsdl"
                serviceClass="mycompany.com.Upload"
                xmlns:s="http://mycompany.com/external/upload/"; />


Thanks!



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

Reply via email to