Author: buildbot
Date: Thu Jul 12 16:47:48 2012
New Revision: 825586

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/docs.pageCache
    
websites/production/cxf/content/docs/client-http-transport-including-ssl-support.html

Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.

Modified: 
websites/production/cxf/content/docs/client-http-transport-including-ssl-support.html
==============================================================================
--- 
websites/production/cxf/content/docs/client-http-transport-including-ssl-support.html
 (original)
+++ 
websites/production/cxf/content/docs/client-http-transport-including-ssl-support.html
 Thu Jul 12 16:47:48 2012
@@ -319,6 +319,8 @@ http.setClient(httpClientPolicy);
 </div></div>
 <p>The first thing to notice is the "name" attribute on &lt;http:conduit&gt;. 
This allows CXF to associate this HTTP Conduit configuration with a particular 
WSDL Port. The 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: "{WSDL Namespace}portName.http-conduit".   Note:  it's the PORT 
name, not the service name.   Thus, it's likely something like "MyServicePort", 
not "MyService".   If you are having trouble getting the template to work, 
another (temporary) option for the name value is simply "*.http-conduit". </p>
 
+<p>If you are creating the Service with wsdl location like "https://xxx?wsdl";, 
you can configure the http conduit to pick up right SSL configuration as we 
just show you. The http conduit name is "{<a shape="rect" 
href="http://cxf.apache.org";>http://cxf.apache.org\</a>}TransportURIResolver.http-conduit".
 </p>
+
 <p>Another option for the name attribute is a reg-ex expression for the 
ORIGINAL URL of the endpoint.   The configuration is matched at conduit 
creation so the address used in the WSDL or used for the JAX-WS 
Service.create(...) call can be used for the name.   For example, you can 
do:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
@@ -597,7 +599,6 @@ Language tags are regulated by the Inter
 
 
 <p>If you are getting strange errors (generally not soap faults, but other 
HTTP type errors) when trying to interact with a service, try turning off 
chunking to see if that helps.</p>
-
 </div>
            </div>
            <!-- Content -->


Reply via email to