Author: saminda
Date: Tue Jan 17 01:11:21 2006
New Revision: 369730
URL: http://svn.apache.org/viewcvs?rev=369730&view=rev
Log:
Updated documentation
Modified:
incubator/synapse/trunk/java/scripts/userguide/README.txt
incubator/synapse/trunk/java/scripts/userguide/build.xml
incubator/synapse/trunk/java/xdocs/userguide.html
Modified: incubator/synapse/trunk/java/scripts/userguide/README.txt
URL:
http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/scripts/userguide/README.txt?rev=369730&r1=369729&r2=369730&view=diff
==============================================================================
--- incubator/synapse/trunk/java/scripts/userguide/README.txt (original)
+++ incubator/synapse/trunk/java/scripts/userguide/README.txt Tue Jan 17
01:11:21 2006
@@ -11,8 +11,8 @@
Using the following combinations, User will be able to run StockQuoteClient
sample as stated in User guide.
-1.ant -Darg1=IBM -Darg2=http://64.124.140.30:9090/soap
-Darg3=http://localhost:8080
-2.ant -Darg1=IBM -Darg2=http://64.124.140.30:9090/soap
-Darg3=http://64.124.140.30:9090/soap
+1.ant -Darg1=IBM -Darg2=http://www.webservicex.net/stockquote.asmx
-Darg3=http://localhost:8080
+2.ant -Darg1=IBM -Darg2=http://www.webservicex.net/stockquote.asmx
-Darg3=http://www.webservicex.net/stockquote.asmx
3.ant
4.ant -Darg1=IBM -Darg2=urn:xmethods-delayed-quotes
5.ant -Darg1=MSFT
Modified: incubator/synapse/trunk/java/scripts/userguide/build.xml
URL:
http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/scripts/userguide/build.xml?rev=369730&r1=369729&r2=369730&view=diff
==============================================================================
--- incubator/synapse/trunk/java/scripts/userguide/build.xml (original)
+++ incubator/synapse/trunk/java/scripts/userguide/build.xml Tue Jan 17
01:11:21 2006
@@ -1,6 +1,6 @@
<project name="samples" default="StockQuoteClient">
<property name="arg1" value="IBM"/>
- <property name="arg2" value="http://64.124.140.30:9090/soap"/>
+ <property name="arg2" value="http://www.webservicex.net/stockquote.asmx"/>
<property name="arg3" value="http://localhost:8080"/>
<path id="axis.classpath">
Modified: incubator/synapse/trunk/java/xdocs/userguide.html
URL:
http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/xdocs/userguide.html?rev=369730&r1=369729&r2=369730&view=diff
==============================================================================
--- incubator/synapse/trunk/java/xdocs/userguide.html (original)
+++ incubator/synapse/trunk/java/xdocs/userguide.html Tue Jan 17 01:11:21 2006
@@ -468,14 +468,14 @@
the SOAP envelope is addressed to the XMethods service, but the actual HTTP
request goes to Synapse. The sample client has three (optional)
parameters:</p>
-<pre>StockQuoteClient SYMBOL XmethodsURL TransportURL</pre>
+<pre>StockQuoteClient SYMBOL webservicexURL TransportURL</pre>
<p>e.g.</p>
-<pre>StockQuoteClient IBM http://64.124.140.30:9090/soap
http://localhost:8080</pre>
+<pre>StockQuoteClient IBM http://www.webservicex.net/stockquote.asmx
http://localhost:8080</pre>
<p>The sample synapse.xml can be used to demonstrate a few simple behaviours.
1) Firstly try this:</p>
-<pre>StockQuoteClient IBM http://64.124.140.30:9090/soap
http://64.124.140.30:9090/soap</pre>
+<pre>StockQuoteClient IBM http://www.webservicex.net/stockquote.asmx
http://www.webservicex.net/stockquote.asmx</pre>
<p>This will bypass Synapse and simply call XMethods.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]