You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by sc...@apache.org on 2004/12/02 22:39:50 UTC

svn commit: r109554 - /incubator/muse/trunk/src/site/content/xdocs/tutorial/disk/index.xml

Author: scamp
Date: Thu Dec  2 13:39:49 2004
New Revision: 109554

URL: http://svn.apache.org/viewcvs?view=rev&rev=109554
Log:
updated for client info
Modified:
   incubator/muse/trunk/src/site/content/xdocs/tutorial/disk/index.xml

Modified: incubator/muse/trunk/src/site/content/xdocs/tutorial/disk/index.xml
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/tutorial/disk/index.xml?view=diff&rev=109554&p1=incubator/muse/trunk/src/site/content/xdocs/tutorial/disk/index.xml&r1=109553&p2=incubator/muse/trunk/src/site/content/xdocs/tutorial/disk/index.xml&r2=109554
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/tutorial/disk/index.xml	(original)
+++ incubator/muse/trunk/src/site/content/xdocs/tutorial/disk/index.xml	Thu Dec  2 13:39:49 2004
@@ -741,7 +741,7 @@
       <p>Once you have deployed your Web service to Tomcat (and started Tomcat), it is accessible to
       clients for requests. We have included a sample SOAP client and some sample requests. 
       It can be used as follows:
-        <code>%INSTALL_DIR%\docs\tutorial\disk\client&gt; ant -Dxml=[path-to-request-file]</code>
+        <code>%INSTALL_DIR%\docs\tutorial\disk\ant sendRequest -Dxml=[path-to-request-file]</code>
       </p>
 
       <p>The request files are located in
@@ -749,7 +749,7 @@
       </p>
 
       <p>Here is an example:
-        <code>%INSTALL_DIR%\docs\tutorial\disk\client&gt; ant -Dxml=.\requests\get_manufacturer.xml</code>
+        <code>%INSTALL_DIR%\docs\tutorial\disk\ant sendRequest -Dxml=.\requests\get_manufacturer.soap</code>
       </p>
 
       <note>The request file may be specified as an absolute path or as a relative path.</note>

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