Author: amila Date: Mon Dec 22 01:18:13 2008 New Revision: 27586 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=27586
Log: fixed the service path Modified: branches/synapse/1.2.wso2v1/repository/conf/sample/synapse_sample_101.xml Modified: branches/synapse/1.2.wso2v1/repository/conf/sample/synapse_sample_101.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.2.wso2v1/repository/conf/sample/synapse_sample_101.xml?rev=27586&r1=27585&r2=27586&view=diff ============================================================================== --- branches/synapse/1.2.wso2v1/repository/conf/sample/synapse_sample_101.xml (original) +++ branches/synapse/1.2.wso2v1/repository/conf/sample/synapse_sample_101.xml Mon Dec 22 01:18:13 2008 @@ -24,7 +24,7 @@ <RMSequence single="true" version="1.0"/> <send> <endpoint name="reliable"> - <address uri="http://localhost:9000/soap/ReliableStockQuoteService"> + <address uri="http://localhost:9000/services/ReliableStockQuoteService"> <enableRM/> <enableAddressing/> </address> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
