[ 
https://issues.apache.org/jira/browse/SYNAPSE-581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Amila Chinthaka Suriarachchi updated SYNAPSE-581:
-------------------------------------------------

    Attachment: proxyService.patch

this patch adds this feature to synapse.

now users can give the parameter showAbsoluteURL  in synapse.xml.

<publishWSDL 
uri="http://131.107.72.15/SoapWsdl_ComplexDataTypes_XmlFormatter_Service_Indigo/ComplexDataTypesDocLitW.svc?wsdl";
 showAbsoluteURL=
"true" />


> Showing absolute urls in the proxy service wsdl instead of relative url
> -----------------------------------------------------------------------
>
>                 Key: SYNAPSE-581
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-581
>             Project: Synapse
>          Issue Type: Improvement
>            Reporter: Amila Chinthaka Suriarachchi
>         Attachments: proxyService.patch
>
>
> Currently if we build a proxy service using a wsdl the imports are shown as 
> relative paths.
> eg.
> <xsd:import namespace="http://tempuri.org/"; 
> schemaLocation="StockQuoteProxy?xsd=http://131.107.72.15/SoapWsdl_ComplexDataTypes_XmlFormatter_Service_Indigo/ComplexDataTypesDocLitW.svc?xsd=xsd0"/>
> Although this is correct, sometimes it is desirable to show the absolute url 
> eg.
> <xsd:import namespace="http://tempuri.org/"; 
> schemaLocation="http://131.107.72.15/SoapWsdl_ComplexDataTypes_XmlFormatter_Service_Indigo/ComplexDataTypesDocLitW.svc?xsd=xsd0"/>

-- 
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]

Reply via email to