You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ve...@apache.org on 2012/09/23 11:37:39 UTC

svn commit: r1388990 - /synapse/branches/SYNAPSE-905/modules/samples/services/ReliableStockQuoteService/conf/services.xml

Author: veithen
Date: Sun Sep 23 09:37:38 2012
New Revision: 1388990

URL: http://svn.apache.org/viewvc?rev=1388990&view=rev
Log:
Fixed sample 101.

Modified:
    synapse/branches/SYNAPSE-905/modules/samples/services/ReliableStockQuoteService/conf/services.xml

Modified: synapse/branches/SYNAPSE-905/modules/samples/services/ReliableStockQuoteService/conf/services.xml
URL: http://svn.apache.org/viewvc/synapse/branches/SYNAPSE-905/modules/samples/services/ReliableStockQuoteService/conf/services.xml?rev=1388990&r1=1388989&r2=1388990&view=diff
==============================================================================
--- synapse/branches/SYNAPSE-905/modules/samples/services/ReliableStockQuoteService/conf/services.xml (original)
+++ synapse/branches/SYNAPSE-905/modules/samples/services/ReliableStockQuoteService/conf/services.xml Sun Sep 23 09:37:38 2012
@@ -22,6 +22,10 @@
         
         <module ref="sandesha2"/>
         
+        <schema> 
+            <mapping package="samples.services" namespace="http://services.samples"/> 
+        </schema>
+         
         <messageReceivers>
             <messageReceiver mep="http://www.w3.org/ns/wsdl/in-only"
                              class="org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver" />