Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 3.2.1
-
Fix Version/s: None
-
Component/s: Modules: (other)
-
Labels:None
-
User impact:Very High
-
Similar Issues:None
Description
We have a web service that has been deployed into a servlet container. On hitting the url of the actual web service with a ?xsd=1 the return type is xml. However, when we implement the web-proxy-service through mule and hit the proxy service url, the return type is html.
Issue Links
- relates to
-
MULE-6105
web-service-proxy should preserve remote content-type from remotely fetched WSDL requests (or use text/xml for locally served ones)
-
To mimic this issue, Please makes use of the ws.jsp that can be deployed into any servlet container.
A simple Mule configuration to reproduce the problem, using the simulated WS, is attached too.
The patched source Java class is attached too and the diff with the changes that were introduced.