You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by du...@apache.org on 2008/03/03 09:54:57 UTC

svn commit: r632987 - /webservices/axis2/trunk/c/xdocs/docs/faq.html

Author: dumindu
Date: Mon Mar  3 00:54:56 2008
New Revision: 632987

URL: http://svn.apache.org/viewvc?rev=632987&view=rev
Log:
Improved wording.


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

Modified: webservices/axis2/trunk/c/xdocs/docs/faq.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/docs/faq.html?rev=632987&r1=632986&r2=632987&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/docs/faq.html (original)
+++ webservices/axis2/trunk/c/xdocs/docs/faq.html Mon Mar  3 00:54:56 2008
@@ -23,7 +23,7 @@
     <li><a href="#faq_2_1">Does Axis2/C support code generation?</a></li>
     <li><a href="#faq_2_2">Does Axis2/C support SSL?</a></li>
     <li><a href="#faq_2_3">Does Axis2/C support compression?</a></li>
-    <li><a href="#faq_2_4">Can I use session cookies with Axis2/C?</a></li>
+    <li><a href="#faq_2_4">Does Axis2/C support SOAP Session management?</a></li>
     <li><a href="#faq_2_5">Can I use Axis2/C with a proxy?</a></li>
   </ol></li>
   <li><a href="#3_how_to">How to?</a><ol>
@@ -57,8 +57,8 @@
 <p>Yes, Axis2/C supports SSL enabled communication. More information can be found in our <a href="http://ws.apache.org/axis2/c/docs/axis2c_manual.html#ssl_client">documentation</a>.</p>
 <a id="faq_2_3"></a><h3>2.3 Does Axis2/C support compression?</h3>
 <p>Axis2/C itself does not support compression. If you are using mod_axis2 and the Apache HTTP server, you can also mod_deflate for compression. Also, you can enable compression by using libcurl as the http sender on the client side.</p>
-<a id="faq_2_4"></a><h3>2.4 Can I use session cookies with Axis2/C?</h3>
-<p>No, there is no support for session cookies in Axis2/C.</p>
+<a id="faq_2_4"></a><h3>2.4 Does Axis2/C support SOAP Session management?</h3>
+<p>No, there is no support for SOAP Sessions in Axis2/C.</p>
 <a id="faq_2_5"></a><h3>2.5 Can I use Axis2/C with a proxy?</h3>
 <p>Yes. This requires a few changes to the axis2.xml file. Information about this can be found in our <a href="http://ws.apache.org/axis2/c/docs/axis2c_manual.html#proxy">documentation</a>.</p>
 <p style="margin-bottom: 0in"><br></br></p>



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