You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-commits@ws.apache.org by jr...@apache.org on 2005/07/12 19:03:35 UTC

svn commit: r215981 - /webservices/wsrf/trunk/src/template/ReadMe.txt

Author: jruzzi
Date: Tue Jul 12 10:03:33 2005
New Revision: 215981

URL: http://svn.apache.org/viewcvs?rev=215981&view=rev
Log:
template usage instructions

Modified:
    webservices/wsrf/trunk/src/template/ReadMe.txt

Modified: webservices/wsrf/trunk/src/template/ReadMe.txt
URL: http://svn.apache.org/viewcvs/webservices/wsrf/trunk/src/template/ReadMe.txt?rev=215981&r1=215980&r2=215981&view=diff
==============================================================================
--- webservices/wsrf/trunk/src/template/ReadMe.txt (original)
+++ webservices/wsrf/trunk/src/template/ReadMe.txt Tue Jul 12 10:03:33 2005
@@ -0,0 +1,20 @@
+The templates in this directory are provided to facilitate the development process. 
+Create a working directory and copy these templates to that location.
+
+
+*****_TEMPALTE_.wsdl*****  
+
+Used to create a WSRF-compliant WSDL. All the required WSRF operations are included in
+the WSDL and simply need to be uncommented.
+		
+*****build.properties*****
+
+Used to configure your environment
+
+*****build.xml*****
+
+Used to run the Wsdl2Java tool using Ant
+
+*****soapclient.xml*****
+
+Used to test deployed Web services 
\ No newline at end of file