Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Adding more SSL information – this section could still use more work.

...

The first thing to notice is the "idname" attribute on <http:conduit>. This allows CXF to associate this HTTP Conduit configuration with a particular WSDL Port. The id name includes the service's namespace, the WSDL port name (as found in the wsdl:service section of the WSDL), and ".http-conduit". It follows this template: "{serviceNamespace}portNameWSDL Namespace}portName.http-conduit". If you are having trouble getting the template to work, another (temporary) option for the name value is simply "*.http-conduit".

Advanced Configuration

...