You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by du...@apache.org on 2008/05/09 06:41:56 UTC

svn commit: r654681 - /webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html

Author: dushshantha
Date: Thu May  8 21:41:55 2008
New Revision: 654681

URL: http://svn.apache.org/viewvc?rev=654681&view=rev
Log:
Fixed a small mistake in the proxy settings section in axis2c manual

Modified:
    webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html

Modified: webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html?rev=654681&r1=654680&r2=654681&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html (original)
+++ webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html Thu May  8 21:41:55 2008
@@ -1047,7 +1047,7 @@
 </ol><div class="subsection"><a name="14_1_Specifying_Proxy_Settings_in_axis2_xml"></a><h3>14.1 Specifying Proxy Settings in axis2.xml</h3>
     <div class="source"><pre>&lt;transportSender name="http" class="axis2_http_sender"&gt;
    &lt;parameter name="PROTOCOL" locked="false"&gt;HTTP/1.1&lt;/parameter&gt;
-   &lt;parameter name="PROXY" proxy_host="127.0.0.1" proxy_port="8080" proxy_username="" proxy_password="" locked="true"/&gt;
+   &lt;parameter name="PROXY" proxy_host="127.0.0.1" proxy_port="8080" locked="true"/&gt;
 &lt;/transportSender&gt;
 
 </pre></div>
@@ -1068,7 +1068,7 @@
 </ol><div class="subsection"><a name="15_1_Specifying_Proxy_Settings_with_Authentication_in_axis2_xml"></a><h3>15.1 Specifying Proxy Settings with Authentication in axis2.xml</h3>
     <div class="source"><pre>&lt;transportSender name="http" class="axis2_http_sender"&gt;
    &lt;parameter name="PROTOCOL" locked="false"&gt;HTTP/1.1&lt;/parameter&gt;
-   &lt;parameter name="PROXY" proxy_host="127.0.0.1" proxy_port="8080"  locked="true"/&gt;
+   &lt;parameter name="PROXY" proxy_host="127.0.0.1" proxy_port="8080" proxy_username="" proxy_password="" locked="true"/&gt;
 &lt;/transportSender&gt;
 
 </pre></div>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org