Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix or Usage Issue
-
Affects Version/s: 2.2
-
Fix Version/s: None
-
Component/s: Modules: CXF
-
Labels:
-
Environment:
Appservers: Jetty, Websphere 6.1
OS: Windows XP
-
User impact:High
-
Configuration:
-
Log Output:
-
Similar Issues:None
Description
I am proxying a remote webservice using Mule/CXF. The XSI namespace in the response SOAP message from the remote webservice is getting changed from:
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
to:
xmlns:xsi="xsi"
This results in the following error on the client side when calling the proxy:
Caused by: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "xsi" (for attribute "nil")
at [row,col {unknown-source}]: [1,1601]
I have been able to confirm that Mule/CXF is inserting the incorrect XSI namespace, not the remote web service. When I call the remote service directly using SoapUI the XSI namespace is correct.
It is of note that a similar problem seems to be occuring with Service Mix, so this may be a problem with CXF itself.
I have tried to change the namespace in the resulting message using an XSL stylesheet but have so far been unsuccessful.
Issue Links
- is blocked by
-
MULE-4157
Support sending whole SOAP Envelope with CXF proxies
-