...
Code Block | ||||
---|---|---|---|---|
| ||||
<definitions xmlns="http://ws.apache.org/ns/synapse"> <sequence name="main"> <in> <send> <!-- get epr from the given wsdl --> <endpoint> <wsdl uri="file:repository/samples/resources/proxy/sample_proxy_1.wsdl" service="SimpleStockQuoteService" port="SimpleStockQuoteServiceSOAP11port_http"/> </endpoint> </send> </in> <out> <send/> </out> </sequence> </definitions> |
Prerequisites:
...