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 he...@apache.org on 2005/06/07 14:03:38 UTC

svn commit: r188755 - in /webservices/axis/trunk/java: release-notes.html xdocs/userguide.html

Author: hemapani
Date: Tue Jun  7 05:03:37 2005
New Revision: 188755

URL: http://svn.apache.org/viewcvs?rev=188755&view=rev
Log:
remove the REST support

Modified:
    webservices/axis/trunk/java/release-notes.html
    webservices/axis/trunk/java/xdocs/userguide.html

Modified: webservices/axis/trunk/java/release-notes.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/release-notes.html?rev=188755&r1=188754&r2=188755&view=diff
==============================================================================
--- webservices/axis/trunk/java/release-notes.html (original)
+++ webservices/axis/trunk/java/release-notes.html Tue Jun  7 05:03:37 2005
@@ -25,7 +25,6 @@
     </li> 
     <li>Hot deployment of Web Services and Module deployment based on the archived modules    </li> 
     <li>WSDL Code Generation Tool.</li> 
-    <li>REST Web Service Support</li> 
     <li>HTTP transport Support</li> 
     <li>SMTP transport Support</li> 
     <li>TCP transport Support</li> 
@@ -62,4 +61,4 @@
 </body>
 </html>
 
- 
\ No newline at end of file
+ 

Modified: webservices/axis/trunk/java/xdocs/userguide.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/userguide.html?rev=188755&r1=188754&r2=188755&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/userguide.html (original)
+++ webservices/axis/trunk/java/xdocs/userguide.html Tue Jun  7 05:03:37 2005
@@ -783,11 +783,11 @@
   <p>Add the following parameter in the server.xml file</p>
   <code>&lt;parameter name="eanbleREST" locked="xsd:false"&gt;true&lt;/parameter&gt;</code>
   
-  
+  <!--
   <h3>Enable the REST support for the Client side</h3>
   <p>There are two ways to enable REST at the client side, first is to do the same thing done at the 
   Server side in the client.xml file or do the following in the Call.</p>
   <code>call.set(Constants.Configuration.DO_REST,"true");</code>
-
+-->
 </body>
 </html>