Author: asankha
Date: Mon May 7 21:15:50 2007
New Revision: 536047
URL: http://svn.apache.org/viewvc?view=rev&rev=536047
Log:
minor corrections to documentation
Modified:
webservices/synapse/trunk/java/src/site/resources/Synapse_Samples_Setup.html
Modified:
webservices/synapse/trunk/java/src/site/resources/Synapse_Samples_Setup.html
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/resources/Synapse_Samples_Setup.html?view=diff&rev=536047&r1=536046&r2=536047
==============================================================================
---
webservices/synapse/trunk/java/src/site/resources/Synapse_Samples_Setup.html
(original)
+++
webservices/synapse/trunk/java/src/site/resources/Synapse_Samples_Setup.html
Mon May 7 21:15:50 2007
@@ -159,7 +159,7 @@
<pre>ant stockquote [-Dsymbol=IBM|MSFT|SUN|..]
[-Dmode=quote | customquote | fullquote | placeorder | marketactivity]
[-Daddurl=http://localhost:9000/soap/SimpleStockQuoteService]
- [-Dtrourl=http://localhost:8080] [-Dprxurl=http://localhost:8080]
+ [-Dtrpurl=http://localhost:8080] [-Dprxurl=http://localhost:8080]
[-Dpolicy=../../repository/conf/sample/resources/policy/policy_1.xml]</pre>
<p>The client is able to operate in the following modes, and send the
@@ -168,28 +168,28 @@
<li>quote - send a quote request for a single stock as follows. The
response contains the last sales price for the stock which would be
displayed
- <pre><m:GetQuote xmlns:m="http://services.samples/xsd">
+ <pre><m:getQuote xmlns:m="http://services.samples/xsd">
<m:request>
<m:symbol>IBM</m:symbol>
</m:request>
-</m:GetQuote></pre>
+</m:getQuote></pre>
</li>
<li>customquote - send a quote request in a custom format. Synapse would
transform this custom request into the standard stock quote request
format and send it to the service. Upon receipt of the response, it would
be transformed again to a custom response format and returned to the
client, which will then display the last sales price.
- <pre><m0:CheckPriceRequest
xmlns:m0="http://www.apache-synapse.org/test">
+ <pre><m0:checkPriceRequest
xmlns:m0="http://www.apache-synapse.org/test">
<m0:Code>symbol</m0:Code>
-</m0:CheckPriceRequest></pre>
+</m0:checkPriceRequest></pre>
</li>
<li>fullquote - get quote reports for the stock over a number of days (i.e.
last 100 days of the year).
- <pre><m:GetFullQuote xmlns:m="http://services.samples/xsd">
+ <pre><m:getFullQuote xmlns:m="http://services.samples/xsd">
<m:request>
<m:symbol>IBM</m:symbol>
</m:request>
-</m:GetFullQuote></pre>
+</m:getFullQuote></pre>
</li>
<li>placeorder - place an order for stocks using a one way request
<pre><m:placeOrder xmlns:m="http://services.samples/xsd">
@@ -443,7 +443,7 @@
<p>For Ruby support you need to download JRuby and copy files in its 'lib'
folder into the Synapse 'lib' folder (this includes all jar files as well as
the 'ruby' subfolder). JRuby ver 0.9.9 can be downloaded from <a
-href="http://dist.codehaus.org/jruby/jruby-bin-0.9.9.tar.gz">here</a>.</p>
+href="http://dist.codehaus.org/jruby">here</a>.</p>
<p></p>
</body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]