You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-commits@ws.apache.org by jr...@apache.org on 2005/07/20 01:10:04 UTC

svn commit: r219799 - in /webservices/pubscribe/trunk/src/site/content/xdocs/tutorial: index.xml test.xml wsdl2java.xml

Author: jruzzi
Date: Tue Jul 19 16:10:04 2005
New Revision: 219799

URL: http://svn.apache.org/viewcvs?rev=219799&view=rev
Log:
updated content

Modified:
    webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/index.xml
    webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/test.xml
    webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/wsdl2java.xml

Modified: webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/index.xml
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/index.xml?rev=219799&r1=219798&r2=219799&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/index.xml (original)
+++ webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/index.xml Tue Jul 19 16:10:04 2005
@@ -8,10 +8,11 @@
 	<body>
 		<section>
 			<title>Creating and Deploying a WSRF/WSN Web Service</title>
-			<p>This tutorial provides a step-by-step approach to using Apache Pubscribe to create and deploy a WSRF-compliant Web service that includes 
-			notifications based on WSN. The Web service represents a UNIX file system. If you want to see a completed version of the UNIX file system Web service, see the 
-			<a href="site:quick">Quick Demonstration</a>.</p>
-			<note>To complete the tutorial, you must <a href="site:installation">install</a> the distribution.</note>
+			<p>This tutorial provides a step-by-step approach to using Apache Pubscribe to create and deploy a WSRF-compliant Web service that includes a notification 
+			producer for generating WSN-based 	notifications. The Web service represents a UNIX file system. If you want to see a completed version of the Web service, see 
+			the <a href="site:quick">Quick Demonstration</a>.</p>
+			<note>To complete the tutorial, you must <a href="site:installation">install</a> the distribution. In addition, If you want to create a service that acts as a notifcation 
+			consumer, see the <a href="site:consumer">Notification Consumer</a> documentation in the Developer Guide.</note>
 			<p>The process consists of the following steps:</p>
 			<ol>
 				<li>

Modified: webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/test.xml
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/test.xml?rev=219799&r1=219798&r2=219799&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/test.xml (original)
+++ webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/test.xml Tue Jul 19 16:10:04 2005
@@ -13,7 +13,7 @@
 			<p>In this final step of the tutorial, a SOAP client is used to send requests to the filesystem service deployed in Tomcat. The requests are located in 
 			<code>INSTALL_DIR/examples/filesystem/requests</code>. The client is used from an Ant script to send the requests. The scripts can be 
 			leveraged in order to test your own services as well. Detailed instructions for using the SOAP client is provided in the 
-			<a href="site:developer">Developer Guide</a>.
+			<a href="site:client">Developer Guide</a>.
 			</p>
 		</section>
 		<section id="testing">
@@ -24,7 +24,7 @@
 				<li>From a command prompt, change directories to <code>WORK_DIR</code>.</li>
 				<li>Run:
       				<source><![CDATA[
- ant -f soapclient.xml -Durl=http://localhost:8080/pubscribe/services/filesystem -Dxml=INSTALL_DIR/examples/filesystem/requests/GetCurrentMessage.soap]]></source>
+ ant -f soapclient.xml -Durl=http://localhost:8080/pubscribe/services/filesystem -Dxml=INSTALL_DIR/examples/filesystem/requests/Subscribe_updateMountPointProp.soap]]></source>
       				Replace <code>INSTALL_DIR</code> in the <code>xml</code> property. You should also try other request messages in the 
       				<code>requests</code> directory.</li>
 			</ol>

Modified: webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/wsdl2java.xml
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/wsdl2java.xml?rev=219799&r1=219798&r2=219799&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/wsdl2java.xml (original)
+++ webservices/pubscribe/trunk/src/site/content/xdocs/tutorial/wsdl2java.xml Tue Jul 19 16:10:04 2005
@@ -15,8 +15,9 @@
 				<li>
 					<a href="ext:xmlbeans.apache.org">XMLBeans</a> for all XML Schema types and elements defined in the types section of the WSDL</li>
 				<li>an abstract base Resource class</li>
-				<li>a Resource class</li>
 				<li>an abstract base Service class</li>
+				<li>an abstract base Home class</li>
+				<li>a Resource class</li>
 				<li>a Service class</li>
 				<li>a Home class</li>
 				<li>a CustomOperationsPortType interface</li>