[
https://issues.apache.org/jira/browse/SYNAPSE-116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529825
]
Upul Godage commented on SYNAPSE-116:
-------------------------------------
This can be achieved by using 2 Axis2 parameters: useOriginalwsdl,
modifyUserWSDLPortAddress.
<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"/>
<parameter name="useOriginalwsdl">true</parameter>
<parameter name="modifyUserWSDLPortAddress">false</parameter>
</proxy>
</definitions>
> Add support for useOriginalWSDL in Synapse
> ------------------------------------------
>
> Key: SYNAPSE-116
> URL: https://issues.apache.org/jira/browse/SYNAPSE-116
> Project: Synapse
> Issue Type: Bug
> Reporter: Paul Fremantle
>
> This needs to be allowed on a per-proxy basis.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]