<syn:proxy<proxy name="StockQuoteProxy" startOnLoad="true" xmlns="http://ws.apache.org/ns/synapse">
<syn:target><target>
<syn:inSequence><inSequence>
<syn:property<property name="Proxy-Authorization" expression="fn:concat('Basic ', base64Encode('supun:test123'))" scope="transport"/>
<syn:property<property name="POST_TO_URI" value="true" scope="axis2"/>
<syn:send><send>
<syn:endpoint<endpoint name="endpoint_urn_uuid_379C485AD3CB65037F10216600509076498395882">
<syn:address<address uri="http://localhost:9000/services/SimpleStockQuoteService"/>
</syn:endpoint>
</syn:send>
</syn:inSequence>
<syn:outSequence><outSequence>
<syn:send<send/>
</syn:outSequence>
</syn:target>
<syn:publishWSDL<publishWSDL uri="file:repository/samples/resources/proxy/sample_proxy_1.wsdl"/>
</syn:proxy>
|