Author: asankha
Date: Tue Apr 24 03:53:27 2007
New Revision: 531873
URL: http://svn.apache.org/viewvc?view=rev&rev=531873
Log:
fix sample 100 temporarily for chathura to write a quick start guide
Modified:
webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_100.xml
Modified:
webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_100.xml
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_100.xml?view=diff&rev=531873&r1=531872&r2=531873
==============================================================================
---
webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_100.xml
(original)
+++
webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_100.xml
Tue Apr 24 03:53:27 2007
@@ -17,29 +17,17 @@
~ under the License.
-->
-<synapse xmlns="http://ws.apache.org/ns/synapse">
-
- <!-- introduction to Synapse proxy services. A web service proxy is
created and
- hosted on Synapse based on the given WSDL and exposed over all available
- transports for Synapse. If a proxy service should be exposed over only a
sub set
- of the available transports, use the transports attribute -->
-
- <proxies>
- <proxy name="StockQuoteProxy">
- <target>
- <endpoint>
- <address
uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
- </endpoint>
- </target>
- <publishWSDL
uri="file:repository/conf/sample/resources/proxy/sample_proxy_1.wsdl"/>
- </proxy>
- </proxies>
-
- <rules>
- <log>
- <property name="position" value="Main rules In mediator"/>
- </log>
- <send/>
- </rules>
-
-</synapse>
\ No newline at end of file
+<!-- introduction to Synapse proxy services -->
+<definitions xmlns="http://ws.apache.org/ns/synapse">
+ <proxy name="StockQuoteProxy">
+ <target>
+ <endpoint>
+ <address
uri="http://localhost:9000/soap/SimpleStockQuoteService"/>
+ </endpoint>
+ <outSequence>
+ <send/>
+ </outSequence>
+ </target>
+ <publishWSDL
uri="file:repository/conf/sample/resources/proxy/sample_proxy_1.wsdl"/>
+ </proxy>
+</definitions>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]