Author: veithen
Date: Wed Aug 8 18:05:16 2012
New Revision: 1370867
URL: http://svn.apache.org/viewvc?rev=1370867&view=rev
Log:
Fixed typo.
Modified:
synapse/trunk/java/modules/documentation/src/site/xdoc/userguide/samples/sample158.xml
Modified:
synapse/trunk/java/modules/documentation/src/site/xdoc/userguide/samples/sample158.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/modules/documentation/src/site/xdoc/userguide/samples/sample158.xml?rev=1370867&r1=1370866&r2=1370867&view=diff
==============================================================================
---
synapse/trunk/java/modules/documentation/src/site/xdoc/userguide/samples/sample158.xml
(original)
+++
synapse/trunk/java/modules/documentation/src/site/xdoc/userguide/samples/sample158.xml
Wed Aug 8 18:05:16 2012
@@ -98,7 +98,7 @@
<subsection name="Executing the Client">
<div class="command">ant jsonclient
-Daddurl=http://localhost:9000/services/SimpleStockQuoteService
-Dtrpurl=http://localhost:8280/services/JSONProxy</div>
<p>JSON client will send a stockquote request
to Synapse using the
- JSON content interchange format.
Synapse will trnasform it into a SOAP
+ JSON content interchange format.
Synapse will transform it into a SOAP
request and forward to the Axis2
server. The SOAP response from the
Axis2 server will be converted into a
JSON message and sent back to the
JSON client.</p>