Author: ruwan
Date: Thu Jul 15 17:21:46 2010
New Revision: 964498

URL: http://svn.apache.org/viewvc?rev=964498&view=rev
Log:
migrating samples 200 to 202

Modified:
    synapse/trunk/java/repository/conf/sample/synapse_sample_200.xml
    synapse/trunk/java/repository/conf/sample/synapse_sample_201.xml
    synapse/trunk/java/repository/conf/sample/synapse_sample_202.xml

Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_200.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_200.xml?rev=964498&r1=964497&r2=964498&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_200.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_200.xml Thu Jul 15 
17:21:46 2010
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   ~  Licensed to the Apache Software Foundation (ASF) under one
   ~  or more contributor license agreements.  See the NOTICE file
@@ -16,25 +17,28 @@
   ~  specific language governing permissions and limitations
   ~  under the License.
   -->
-    
+
 <!-- Using WS-Security with policy attachments for proxy services -->
 <definitions xmlns="http://synapse.apache.org/ns/2010/04/configuration";>
+
     <localEntry key="sec_policy" 
src="file:repository/conf/sample/resources/policy/policy_3.xml"/>
+
     <proxy name="StockQuoteProxy">
         <target>
-            <inSequence>                
+            <inSequence>
                 <send>
                     <endpoint>
                         <address 
uri="http://localhost:9000/services/SimpleStockQuoteService"/>
                     </endpoint>
                 </send>
             </inSequence>
-                       <outSequence>
-                               <send/>
-                       </outSequence>
+            <outSequence>
+                <send/>
+            </outSequence>
         </target>
         <publishWSDL 
uri="file:repository/conf/sample/resources/proxy/sample_proxy_1.wsdl"/>
         <policy key="sec_policy"/>
         <enableSec/>
     </proxy>
-</definitions>
\ No newline at end of file
+
+</definitions>

Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_201.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_201.xml?rev=964498&r1=964497&r2=964498&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_201.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_201.xml Thu Jul 15 
17:21:46 2010
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   ~  Licensed to the Apache Software Foundation (ASF) under one
   ~  or more contributor license agreements.  See the NOTICE file
@@ -16,23 +17,25 @@
   ~  specific language governing permissions and limitations
   ~  under the License.
   -->
-    
+
 <!-- Reliable message exchange between the client and proxy services using 
WS-ReliableMessaging -->
 <definitions xmlns="http://synapse.apache.org/ns/2010/04/configuration";>
+
     <proxy name="StockQuoteProxy">
         <target>
-            <inSequence>                
+            <inSequence>
                 <send>
                     <endpoint>
                         <address 
uri="http://localhost:9000/services/SimpleStockQuoteService"/>
                     </endpoint>
                 </send>
             </inSequence>
-                       <outSequence>
-                               <send/>
-                       </outSequence>
+            <outSequence>
+                <send/>
+            </outSequence>
         </target>
         <publishWSDL 
uri="file:repository/conf/sample/resources/proxy/sample_proxy_1.wsdl"/>
         <enableRM/>
     </proxy>
-</definitions>
\ No newline at end of file
+
+</definitions>

Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_202.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_202.xml?rev=964498&r1=964497&r2=964498&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/synapse_sample_202.xml (original)
+++ synapse/trunk/java/repository/conf/sample/synapse_sample_202.xml Thu Jul 15 
17:21:46 2010
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   ~  Licensed to the Apache Software Foundation (ASF) under one
   ~  or more contributor license agreements.  See the NOTICE file
@@ -16,23 +17,25 @@
   ~  specific language governing permissions and limitations
   ~  under the License.
   -->
-    
+
 <!-- Reliable message exchange between the client and proxy services using 
WS-ReliableMessaging -->
 <definitions xmlns="http://synapse.apache.org/ns/2010/04/configuration";>
+
     <proxy name="StockQuoteProxy">
         <target>
-            <inSequence>                
+            <inSequence>
                 <send>
                     <endpoint>
                         <address 
uri="http://localhost:9000/services/SimpleStockQuoteService"/>
                     </endpoint>
                 </send>
             </inSequence>
-                       <outSequence>
-                               <send/>
-                       </outSequence>
+            <outSequence>
+                <send/>
+            </outSequence>
         </target>
         <publishWSDL 
uri="file:repository/conf/sample/resources/proxy/sample_proxy_1.wsdl"/>
         <enableRM/>
     </proxy>
+
 </definitions>


Reply via email to