You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by hi...@apache.org on 2008/08/11 04:40:22 UTC

svn commit: r684624 - /synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml

Author: hiranya
Date: Sun Aug 10 19:40:21 2008
New Revision: 684624

URL: http://svn.apache.org/viewvc?rev=684624&view=rev
Log:
Corrected the sample 262 heading


Modified:
    synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml

Modified: synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml?rev=684624&r1=684623&r2=684624&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml (original)
+++ synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml Sun Aug 10 19:40:21 2008
@@ -2630,7 +2630,7 @@
 <p>To get an idea about the various transport parameters being used in this sample see 
 <a href="Synapse_Samples_Setup.html#fixparameters">FIX Transport Parameters </a>. </p>
 <h2>
-<a name="Sample262" id="Sample262">Sample 262: Switch between FIX versions </a></h2>
+<a name="Sample262" id="Sample262">Sample 262: CBR of FIX messages</a></h2>
 <pre xml:space="preserve">&lt;definitions xmlns=&quot;http://ws.apache.org/ns/synapse&quot;&gt;
 	    &lt;sequence name=&quot;CBR_SEQ&quot;&gt;
 		    &lt;in&gt;
@@ -3840,4 +3840,4 @@
 <p>Start Synapse with the sample configuration 430 (i.e. synapse -sample 430). </p>
 <p>In this sample, the callout mediator does the direct service invocation to the StockQuoteService using the client request, gets the response and sets it as the first child of the SOAP message body. Then using the send mediator, the message is sent back to the client. </p>
 <p>Invoke the client as follows. </p>
-<pre xml:space="preserve">ant stockquote -Daddurl=http://localhost:9000/services/SimpleStockQuoteService -Dtrpurl=http://localhost:8280/</pre></div></body></document>
\ No newline at end of file
+<pre xml:space="preserve">ant stockquote -Daddurl=http://localhost:9000/services/SimpleStockQuoteService -Dtrpurl=http://localhost:8280/</pre></div></body></document>