You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by as...@apache.org on 2007/05/07 13:05:21 UTC

svn commit: r535848 - /webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html

Author: asankha
Date: Mon May  7 04:05:20 2007
New Revision: 535848

URL: http://svn.apache.org/viewvc?view=rev&rev=535848
Log:
minor improvements to samples documentation

Modified:
    webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html

Modified: webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html?view=diff&rev=535848&r1=535847&r2=535848
==============================================================================
--- webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html (original)
+++ webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html Mon May  7 04:05:20 2007
@@ -181,7 +181,8 @@
         fireAndForget()</a></li>
       <li><a href="#Sample113">Sample 113: Pure text/binary and POX message
         support with JMS</a></li>
-      <li><a href="#Sample114">Sample 114: One way bridging from JMS to http and replying with a 202 Accepted response</a></li>
+      <li><a href="#Sample114">Sample 114: One way bridging from JMS to http
+        and replying with a 202 Accepted response</a></li>
     </ul>
   </li>
   <li><a href="#ScriptMediators">Script Mediators</a> 
@@ -409,6 +410,7 @@
 mediation logs you will now notice that the sequence named "main" executed.
 Then for the incoming message flow the &lt;in&gt; mediator executes, and it
 calls into the sequence named "stockquote"</p>
+<pre>ant stockquote -Daddurl=http://localhost:9000/soap/SimpleStockQuoteService -Dtrpurl=http://localhost:8080/</pre>
 <pre>DEBUG SequenceMediator - Sequence mediator &lt;main&gt; :: mediate()<br>DEBUG InMediator - In mediator mediate()<br>DEBUG SequenceMediator - Sequence mediator &lt;stockquote&gt; :: mediate()</pre>
 
 <p>As the "stockquote" sequence executes, the log mediator dumps a simple
@@ -679,6 +681,7 @@
 slightly different message than what is created by the stock quote client.
 (i.e. expects a 'stocksymbol' element instead of 'symbol' to specify thestock
 symbol)</p>
+<pre>ant stockquote -Daddurl=http://localhost:9000/soap/SimpleStockQuoteService -Dtrpurl=http://localhost:8080/</pre>
 
 <h2><a name="Sample8">Sample 8:</a></h2>
 <pre>&lt;!-- introduction to static and dynamic registry resources and the XSLT mediator --&gt;
@@ -823,6 +826,7 @@
 <p>Once Synapse is started, execute the stock quote client as 'ant
 stockquote..'. You will notice that that Synapse fetches the definition of
 the sequence from the registry and executes its rules as follows:</p>
+<pre>ant stockquote -Daddurl=http://localhost:9000/soap/SimpleStockQuoteService -Dtrpurl=http://localhost:8080/</pre>
 <pre>[HttpServerWorker-1] INFO  SimpleURLRegistry - ==&gt; Repository fetch of resource with key : sequence/dynamic_seq_1.xml
 ...
 [HttpServerWorker-1] DEBUG SequenceMediator - Sequence mediator &lt;dynamic_sequence&gt; :: mediate()



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