Author: buildbot Date: Thu May 9 16:21:34 2013 New Revision: 861460 Log: Production update by buildbot for camel
Modified: websites/production/camel/content/book-component-appendix.html websites/production/camel/content/book-in-one-page.html websites/production/camel/content/cache/main.pageCache websites/production/camel/content/camel-2120-release.html websites/production/camel/content/spring-web-services.html Modified: websites/production/camel/content/book-component-appendix.html ============================================================================== --- websites/production/camel/content/book-component-appendix.html (original) +++ websites/production/camel/content/book-component-appendix.html Thu May 9 16:21:34 2013 @@ -16191,7 +16191,9 @@ spring-ws:[mapping-type:]address[?option <h3><a shape="rect" name="BookComponentAppendix-Options"></a>Options</h3> <div class="confluenceTableSmall"><div class="table-wrap"> -<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Required? </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>soapAction</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> SOAP action to include inside a SOAP request when accessing remote web services </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>wsAddressingAction</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> WS-Addressing 1.0 action header to include when accessing web services. The <tt>To</tt> header is set to the <em>address</em> of the web service as specified in the endpoint URI (default Spring-WS behavior). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>ex pression</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Only when <em>mapping-type</em> is <tt>xpathresult</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> XPath expression to use in the process of mapping web service requests, should match the result specified by <tt>xpathresult</tt> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>timeout</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Sets the socket read timeout (in milliseconds) while invoking a webservice using the producer, see <a shape="rect" class="external-link" href="http://docs.oracle.com/javase/6/docs/api/java/net/URLConnection.html#setReadTimeout(int)" rel="nofollow">URLConnection.setReadTimeout()</a> and <a shape="rect" class="external-link" href="http://static.springsource.org/spring-ws/site/apidocs/org/springframework/ws/transport/http/CommonsHttpMessageSender.html#setReadTimeou t(int)" rel="nofollow">CommonsHttpMessageSender.setReadTimeout()</a>.  This option works when using the built-in message sender implementations: <em>CommonsHttpMessageSender</em> and <em>HttpUrlConnectionMessageSender</em>.  One of these implementations will be used by default for HTTP based services unless you customize the Spring WS configuration options supplied to the component.  If you are using a non-standard sender, it is assumed that you will handle your own timeout configuration. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>sslContextParameters</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Reference to an <tt>org.apache.camel.util.jsse.SSLContextParameters</tt> in the <a shape="rect" class="external-link" href="http://camel.apache.org/registry.html">Registry</a>.  See <a shape="rect" class="exte rnal-link" href="http://camel.apache.org/http4.html#HTTP4-UsingtheJSSEConfigurationUtility">Using the JSSE Configuration Utility</a>.  This option works when using the built-in message sender implementations: <em>CommonsHttpMessageSender</em> and <em>HttpUrlConnectionMessageSender</em>.  One of these implementations will be used by default for HTTP based services unless you customize the Spring WS configuration options supplied to the component.  If you are using a non-standard sender, it is assumed that you will handle your own TLS configuration. </td></tr></tbody></table> +<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Required? </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>soapAction</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> SOAP action to include inside a SOAP request when accessing remote web services </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>wsAddressingAction</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> WS-Addressing 1.0 action header to include when accessing web services. The <tt>To</tt> header is set to the <em>address</em> of the web service as specified in the endpoint URI (default Spring-WS behavior). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>ex pression</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Only when <em>mapping-type</em> is <tt>xpathresult</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> XPath expression to use in the process of mapping web service requests, should match the result specified by <tt>xpathresult</tt> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>timeout</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Sets the socket read timeout (in milliseconds) while invoking a webservice using the producer, see <a shape="rect" class="external-link" href="http://docs.oracle.com/javase/6/docs/api/java/net/URLConnection.html#setReadTimeout(int)" rel="nofollow">URLConnection.setReadTimeout()</a> and <a shape="rect" class="external-link" href="http://static.springsource.org/spring-ws/site/apidocs/org/springframework/ws/transport/http/CommonsHttpMessageSender.html#setReadTimeou t(int)" rel="nofollow">CommonsHttpMessageSender.setReadTimeout()</a>.  This option works when using the built-in message sender implementations: <em>CommonsHttpMessageSender</em> and <em>HttpUrlConnectionMessageSender</em>.  One of these implementations will be used by default for HTTP based services unless you customize the Spring WS configuration options supplied to the component.  If you are using a non-standard sender, it is assumed that you will handle your own timeout configuration.<br clear="none" class="atl-forced-newline"> +<b>Camel 2.12:</b> The built-in message sender <em>HttpComponentsMessageSender</em> is considered <b>instead of</b> <em>CommonsHttpMessageSender</em> which has been deprecated, see <a shape="rect" class="external-link" href="http://static.springsource.org/spring-ws/site/apidocs/org/springframework/ws/transport/http/HttpComponentsMessageSender.html#setReadTimeout(int)" rel="nofollow">HttpComponentsMessageSender.setReadTimeout()</a>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>sslContextParameters</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Reference to an <tt>org.apache.camel.util.jsse.SSLContextParameters</tt> in the <a shape="rect" class="external-link" href="http://camel.apache.org/registry.html">Registry</a>.  See <a shape="rect" class="external-link" href="http://camel.apache.org/http4.html#HTTP4-Using theJSSEConfigurationUtility">Using the JSSE Configuration Utility</a>.  This option works when using the built-in message sender implementations: <em>CommonsHttpMessageSender</em> and <em>HttpUrlConnectionMessageSender</em>.  One of these implementations will be used by default for HTTP based services unless you customize the Spring WS configuration options supplied to the component.  If you are using a non-standard sender, it is assumed that you will handle your own TLS configuration.<br clear="none" class="atl-forced-newline"> +<b>Camel 2.12:</b> The built-in message sender <em>HttpComponentsMessageSender</em> is considered <b>instead of</b> <em>CommonsHttpMessageSender</em> which has been deprecated. </td></tr></tbody></table> </div> </div> @@ -16379,7 +16381,7 @@ from(<span class="code-quote">"direct:ex <p>Spring configuration:</p> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-xml"><span class="code-tag"><span class="code-comment"><!-- authenticate using HTTP Basic Authentication --></span></span> -<span class="code-tag"><bean id=<span class="code-quote">"messageSender"</span> class=<span class="code-quote">"org.springframework.ws.transport.http.CommonsHttpMessageSender"</span>></span> +<span class="code-tag"><bean id=<span class="code-quote">"messageSender"</span> class=<span class="code-quote">"org.springframework.ws.transport.http.HttpComponentsMessageSender"</span>></span> <span class="code-tag"><property name=<span class="code-quote">"credentials"</span>></span> <span class="code-tag"><bean class=<span class="code-quote">"org.apache.commons.httpclient.UsernamePasswordCredentials"</span>></span> <span class="code-tag"><constructor-arg index=<span class="code-quote">"0"</span> value=<span class="code-quote">"admin"</span>/></span> Modified: websites/production/camel/content/book-in-one-page.html ============================================================================== --- websites/production/camel/content/book-in-one-page.html (original) +++ websites/production/camel/content/book-in-one-page.html Thu May 9 16:21:34 2013 @@ -37205,7 +37205,9 @@ spring-ws:[mapping-type:]address[?option <h3><a shape="rect" name="BookInOnePage-Options"></a>Options</h3> <div class="confluenceTableSmall"><div class="table-wrap"> -<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Required? </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>soapAction</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> SOAP action to include inside a SOAP request when accessing remote web services </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>wsAddressingAction</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> WS-Addressing 1.0 action header to include when accessing web services. The <tt>To</tt> header is set to the <em>address</em> of the web service as specified in the endpoint URI (default Spring-WS behavior). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>ex pression</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Only when <em>mapping-type</em> is <tt>xpathresult</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> XPath expression to use in the process of mapping web service requests, should match the result specified by <tt>xpathresult</tt> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>timeout</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Sets the socket read timeout (in milliseconds) while invoking a webservice using the producer, see <a shape="rect" class="external-link" href="http://docs.oracle.com/javase/6/docs/api/java/net/URLConnection.html#setReadTimeout(int)" rel="nofollow">URLConnection.setReadTimeout()</a> and <a shape="rect" class="external-link" href="http://static.springsource.org/spring-ws/site/apidocs/org/springframework/ws/transport/http/CommonsHttpMessageSender.html#setReadTimeou t(int)" rel="nofollow">CommonsHttpMessageSender.setReadTimeout()</a>.  This option works when using the built-in message sender implementations: <em>CommonsHttpMessageSender</em> and <em>HttpUrlConnectionMessageSender</em>.  One of these implementations will be used by default for HTTP based services unless you customize the Spring WS configuration options supplied to the component.  If you are using a non-standard sender, it is assumed that you will handle your own timeout configuration. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>sslContextParameters</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Reference to an <tt>org.apache.camel.util.jsse.SSLContextParameters</tt> in the <a shape="rect" class="external-link" href="http://camel.apache.org/registry.html">Registry</a>.  See <a shape="rect" class="exte rnal-link" href="http://camel.apache.org/http4.html#HTTP4-UsingtheJSSEConfigurationUtility">Using the JSSE Configuration Utility</a>.  This option works when using the built-in message sender implementations: <em>CommonsHttpMessageSender</em> and <em>HttpUrlConnectionMessageSender</em>.  One of these implementations will be used by default for HTTP based services unless you customize the Spring WS configuration options supplied to the component.  If you are using a non-standard sender, it is assumed that you will handle your own TLS configuration. </td></tr></tbody></table> +<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Required? </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>soapAction</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> SOAP action to include inside a SOAP request when accessing remote web services </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>wsAddressingAction</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> WS-Addressing 1.0 action header to include when accessing web services. The <tt>To</tt> header is set to the <em>address</em> of the web service as specified in the endpoint URI (default Spring-WS behavior). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>ex pression</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Only when <em>mapping-type</em> is <tt>xpathresult</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> XPath expression to use in the process of mapping web service requests, should match the result specified by <tt>xpathresult</tt> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>timeout</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Sets the socket read timeout (in milliseconds) while invoking a webservice using the producer, see <a shape="rect" class="external-link" href="http://docs.oracle.com/javase/6/docs/api/java/net/URLConnection.html#setReadTimeout(int)" rel="nofollow">URLConnection.setReadTimeout()</a> and <a shape="rect" class="external-link" href="http://static.springsource.org/spring-ws/site/apidocs/org/springframework/ws/transport/http/CommonsHttpMessageSender.html#setReadTimeou t(int)" rel="nofollow">CommonsHttpMessageSender.setReadTimeout()</a>.  This option works when using the built-in message sender implementations: <em>CommonsHttpMessageSender</em> and <em>HttpUrlConnectionMessageSender</em>.  One of these implementations will be used by default for HTTP based services unless you customize the Spring WS configuration options supplied to the component.  If you are using a non-standard sender, it is assumed that you will handle your own timeout configuration.<br clear="none" class="atl-forced-newline"> +<b>Camel 2.12:</b> The built-in message sender <em>HttpComponentsMessageSender</em> is considered <b>instead of</b> <em>CommonsHttpMessageSender</em> which has been deprecated, see <a shape="rect" class="external-link" href="http://static.springsource.org/spring-ws/site/apidocs/org/springframework/ws/transport/http/HttpComponentsMessageSender.html#setReadTimeout(int)" rel="nofollow">HttpComponentsMessageSender.setReadTimeout()</a>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>sslContextParameters</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Reference to an <tt>org.apache.camel.util.jsse.SSLContextParameters</tt> in the <a shape="rect" class="external-link" href="http://camel.apache.org/registry.html">Registry</a>.  See <a shape="rect" class="external-link" href="http://camel.apache.org/http4.html#HTTP4-Using theJSSEConfigurationUtility">Using the JSSE Configuration Utility</a>.  This option works when using the built-in message sender implementations: <em>CommonsHttpMessageSender</em> and <em>HttpUrlConnectionMessageSender</em>.  One of these implementations will be used by default for HTTP based services unless you customize the Spring WS configuration options supplied to the component.  If you are using a non-standard sender, it is assumed that you will handle your own TLS configuration.<br clear="none" class="atl-forced-newline"> +<b>Camel 2.12:</b> The built-in message sender <em>HttpComponentsMessageSender</em> is considered <b>instead of</b> <em>CommonsHttpMessageSender</em> which has been deprecated. </td></tr></tbody></table> </div> </div> @@ -37393,7 +37395,7 @@ from(<span class="code-quote">"direct:ex <p>Spring configuration:</p> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-xml"><span class="code-tag"><span class="code-comment"><!-- authenticate using HTTP Basic Authentication --></span></span> -<span class="code-tag"><bean id=<span class="code-quote">"messageSender"</span> class=<span class="code-quote">"org.springframework.ws.transport.http.CommonsHttpMessageSender"</span>></span> +<span class="code-tag"><bean id=<span class="code-quote">"messageSender"</span> class=<span class="code-quote">"org.springframework.ws.transport.http.HttpComponentsMessageSender"</span>></span> <span class="code-tag"><property name=<span class="code-quote">"credentials"</span>></span> <span class="code-tag"><bean class=<span class="code-quote">"org.apache.commons.httpclient.UsernamePasswordCredentials"</span>></span> <span class="code-tag"><constructor-arg index=<span class="code-quote">"0"</span> value=<span class="code-quote">"admin"</span>/></span> Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/camel-2120-release.html ============================================================================== --- websites/production/camel/content/camel-2120-release.html (original) +++ websites/production/camel/content/camel-2120-release.html Thu May 9 16:21:34 2013 @@ -120,6 +120,8 @@ <h2><a shape="rect" name="Camel2.12.0Release-Importantchangestoconsiderwhenupgrading"></a>Important changes to consider when upgrading</h2> +<ul><li>The usage of the deprecated built-in <tt>CommonsHttpMessageSender</tt> has been replaced with <tt>HttpUrlConnectionMessageSender</tt> by <a shape="rect" href="spring-web-services.html" title="Spring Web Services">Spring Web Services</a>. Consider this in case either the <tt>timeout</tt> or <tt>sslContextParameters</tt> option is used through the Producer of this component.</li></ul> + <h2><a shape="rect" name="Camel2.12.0Release-GettingtheDistributions"></a>Getting the Distributions</h2> Modified: websites/production/camel/content/spring-web-services.html ============================================================================== --- websites/production/camel/content/spring-web-services.html (original) +++ websites/production/camel/content/spring-web-services.html Thu May 9 16:21:34 2013 @@ -122,7 +122,9 @@ spring-ws:[mapping-type:]address[?option <h3><a shape="rect" name="SpringWebServices-Options"></a>Options</h3> <div class="confluenceTableSmall"><div class="table-wrap"> -<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Required? </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>soapAction</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> SOAP action to include inside a SOAP request when accessing remote web services </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>wsAddressingAction</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> WS-Addressing 1.0 action header to include when accessing web services. The <tt>To</tt> header is set to the <em>address</em> of the web service as specified in the endpoint URI (default Spring-WS behavior). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>ex pression</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Only when <em>mapping-type</em> is <tt>xpathresult</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> XPath expression to use in the process of mapping web service requests, should match the result specified by <tt>xpathresult</tt> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>timeout</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Sets the socket read timeout (in milliseconds) while invoking a webservice using the producer, see <a shape="rect" class="external-link" href="http://docs.oracle.com/javase/6/docs/api/java/net/URLConnection.html#setReadTimeout(int)" rel="nofollow">URLConnection.setReadTimeout()</a> and <a shape="rect" class="external-link" href="http://static.springsource.org/spring-ws/site/apidocs/org/springframework/ws/transport/http/CommonsHttpMessageSender.html#setReadTimeou t(int)" rel="nofollow">CommonsHttpMessageSender.setReadTimeout()</a>.  This option works when using the built-in message sender implementations: <em>CommonsHttpMessageSender</em> and <em>HttpUrlConnectionMessageSender</em>.  One of these implementations will be used by default for HTTP based services unless you customize the Spring WS configuration options supplied to the component.  If you are using a non-standard sender, it is assumed that you will handle your own timeout configuration. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>sslContextParameters</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Reference to an <tt>org.apache.camel.util.jsse.SSLContextParameters</tt> in the <a shape="rect" class="external-link" href="http://camel.apache.org/registry.html">Registry</a>.  See <a shape="rect" class="exte rnal-link" href="http://camel.apache.org/http4.html#HTTP4-UsingtheJSSEConfigurationUtility">Using the JSSE Configuration Utility</a>.  This option works when using the built-in message sender implementations: <em>CommonsHttpMessageSender</em> and <em>HttpUrlConnectionMessageSender</em>.  One of these implementations will be used by default for HTTP based services unless you customize the Spring WS configuration options supplied to the component.  If you are using a non-standard sender, it is assumed that you will handle your own TLS configuration. </td></tr></tbody></table> +<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Required? </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>soapAction</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> SOAP action to include inside a SOAP request when accessing remote web services </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>wsAddressingAction</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> WS-Addressing 1.0 action header to include when accessing web services. The <tt>To</tt> header is set to the <em>address</em> of the web service as specified in the endpoint URI (default Spring-WS behavior). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>ex pression</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Only when <em>mapping-type</em> is <tt>xpathresult</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> XPath expression to use in the process of mapping web service requests, should match the result specified by <tt>xpathresult</tt> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>timeout</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Sets the socket read timeout (in milliseconds) while invoking a webservice using the producer, see <a shape="rect" class="external-link" href="http://docs.oracle.com/javase/6/docs/api/java/net/URLConnection.html#setReadTimeout(int)" rel="nofollow">URLConnection.setReadTimeout()</a> and <a shape="rect" class="external-link" href="http://static.springsource.org/spring-ws/site/apidocs/org/springframework/ws/transport/http/CommonsHttpMessageSender.html#setReadTimeou t(int)" rel="nofollow">CommonsHttpMessageSender.setReadTimeout()</a>.  This option works when using the built-in message sender implementations: <em>CommonsHttpMessageSender</em> and <em>HttpUrlConnectionMessageSender</em>.  One of these implementations will be used by default for HTTP based services unless you customize the Spring WS configuration options supplied to the component.  If you are using a non-standard sender, it is assumed that you will handle your own timeout configuration.<br clear="none" class="atl-forced-newline"> +<b>Camel 2.12:</b> The built-in message sender <em>HttpComponentsMessageSender</em> is considered <b>instead of</b> <em>CommonsHttpMessageSender</em> which has been deprecated, see <a shape="rect" class="external-link" href="http://static.springsource.org/spring-ws/site/apidocs/org/springframework/ws/transport/http/HttpComponentsMessageSender.html#setReadTimeout(int)" rel="nofollow">HttpComponentsMessageSender.setReadTimeout()</a>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>sslContextParameters</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> No </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Reference to an <tt>org.apache.camel.util.jsse.SSLContextParameters</tt> in the <a shape="rect" class="external-link" href="http://camel.apache.org/registry.html">Registry</a>.  See <a shape="rect" class="external-link" href="http://camel.apache.org/http4.html#HTTP4-Using theJSSEConfigurationUtility">Using the JSSE Configuration Utility</a>.  This option works when using the built-in message sender implementations: <em>CommonsHttpMessageSender</em> and <em>HttpUrlConnectionMessageSender</em>.  One of these implementations will be used by default for HTTP based services unless you customize the Spring WS configuration options supplied to the component.  If you are using a non-standard sender, it is assumed that you will handle your own TLS configuration.<br clear="none" class="atl-forced-newline"> +<b>Camel 2.12:</b> The built-in message sender <em>HttpComponentsMessageSender</em> is considered <b>instead of</b> <em>CommonsHttpMessageSender</em> which has been deprecated. </td></tr></tbody></table> </div> </div> @@ -310,7 +312,7 @@ from(<span class="code-quote">"direct:ex <p>Spring configuration:</p> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-xml"><span class="code-tag"><span class="code-comment"><!-- authenticate using HTTP Basic Authentication --></span></span> -<span class="code-tag"><bean id=<span class="code-quote">"messageSender"</span> class=<span class="code-quote">"org.springframework.ws.transport.http.CommonsHttpMessageSender"</span>></span> +<span class="code-tag"><bean id=<span class="code-quote">"messageSender"</span> class=<span class="code-quote">"org.springframework.ws.transport.http.HttpComponentsMessageSender"</span>></span> <span class="code-tag"><property name=<span class="code-quote">"credentials"</span>></span> <span class="code-tag"><bean class=<span class="code-quote">"org.apache.commons.httpclient.UsernamePasswordCredentials"</span>></span> <span class="code-tag"><constructor-arg index=<span class="code-quote">"0"</span> value=<span class="code-quote">"admin"</span>/></span>