Author: ruwan
Date: Sun May  4 09:33:31 2008
New Revision: 16493

Log:

Fixing the issue ESBJAVA-456 (Sample 253 one way messaging sample and docs fix 
according to the new fixes in the code)


Modified:
   trunk/esb/java/repository/conf/sample/synapse_sample_253.xml
   trunk/esb/java/src/site/xdoc/ESB_Samples.xml

Modified: trunk/esb/java/repository/conf/sample/synapse_sample_253.xml
==============================================================================
--- trunk/esb/java/repository/conf/sample/synapse_sample_253.xml        
(original)
+++ trunk/esb/java/repository/conf/sample/synapse_sample_253.xml        Sun May 
 4 09:33:31 2008
@@ -39,12 +39,10 @@
         <target>
             <inSequence>
                 <log level="full"/>
-                <property name="RESPONSE" value="true"/>
-                               <header name="To" 
value="http://www.w3.org/2005/08/addressing/anonymous"/>
-                <property name="SC_ACCEPTED" value="true" scope="axis2"/>
-                <property action="set" name="OUT_ONLY" value="true"/>
-                <send/>
             </inSequence>
+            <endpoint>
+                <address 
uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
+            </endpoint>
             <outSequence>
                 <send/>
             </outSequence>

Modified: trunk/esb/java/src/site/xdoc/ESB_Samples.xml
==============================================================================
--- trunk/esb/java/src/site/xdoc/ESB_Samples.xml        (original)
+++ trunk/esb/java/src/site/xdoc/ESB_Samples.xml        Sun May  4 09:33:31 2008
@@ -3045,12 +3045,10 @@
         &lt;target&gt;
             &lt;inSequence&gt;
                 &lt;log level="full"/&gt;
-                &lt;property name="RESPONSE" value="true"/&gt;
-                &lt;header name="To" 
value="http://www.w3.org/2005/08/addressing/anonymous"/&gt;
-                &lt;property name="SC_ACCEPTED" value="true" scope="axis2"/&gt;
-                &lt;property action="set" name="OUT_ONLY" value="true"/&gt;
-                &lt;send/&gt;
             &lt;/inSequence&gt;
+            &lt;endpoint&gt;
+                &lt;address 
uri="http://localhost:9000/soap/SimpleStockQuoteService"/&gt;
+            &lt;/endpoint&gt;
             &lt;outSequence&gt;
                 &lt;send/&gt;
             &lt;/outSequence&gt;

_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to