conficio wrote: > > > conficio wrote: >> The recommended config >> http://cwiki.apache.org/CXF20DOC/client-http-transport.html > > Below the conduit config it says >>The first thing to notice is the "id" > attribute on <http:conduit>. This allows CXF to associate this HTTP > Conduit configuration with a particular WSDL Port. The id includes the > service's namespace, the WSDL port name, and ".http-conduit". It follows > this template: "{serviceNamespace}portName.http-conduit".>> > > But in the config code there is no "id" attribute, but only a "name" > attribute. >
The CXF documentation is (unfortunately) present at two URLs for some reason, and the one you're looking at is much older. This is the better location (with the correct data): http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html It is accessible, along with all the other up-to-date pages, here: http://cxf.apache.org/docs/index.html When I try to alter the older page you linked to, for some reason it gives me the correct, recent "name" text (even though it displays as the older "id"). I don't know the solution--somehow cwiki.apache.org needs to be refreshed. Thanks, Glen -- View this message in context: http://www.nabble.com/CXFServlet-over-https-tp25703630p25705304.html Sent from the cxf-user mailing list archive at Nabble.com.
