Calling secure webservice using CXF and Camel
问题 I am trying to call a SOAP webservice on an https URL, where client authentification (SSL) is required. Right now I am configuring my camel context using spring (switched away from blueprint) and creating my endpoints using the Camel CXF component with jetty as transport. I can't find any good examples for this out there. Maybe I should be using http4 in stead of Jetty. I was trying to set up some Camel sslContextParameters, but I can't see this working with CXF and/or Jetty. Can anyone point