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
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | Bug Backlog (2.1.x, 2.2.x) [ 10522 ] | |
| Priority | To be reviewed [ 6 ] | Critical [ 2 ] |
| Assignee | Dan Diephouse [ dandiep ] |
| Labels | 30CE_REVIEW |
| Fix Version/s | 3.0.1 [ 10877 ] | |
| Fix Version/s | Bug Backlog [ 10522 ] |
| Assignee | Dan Diephouse [ dandiep ] | Mike Schilling [ mike.schilling ] |
| Link | This issue blocks BL-294 [ BL-294 ] |
| Fix Version/s | 3.0.2 [ 10878 ] | |
| Fix Version/s | 3.0.1 [ 10877 ] |
| Fix Version/s | 3.1.0 [ 10898 ] | |
| Fix Version/s | Backlog (3.0.1 Leftovers) [ 10878 ] |
| Fix Version/s | 3.1.1 [ 10936 ] | |
| Fix Version/s | 3.1.0 [ 10898 ] |
| Fix Version/s | 3.1.2 [ 10951 ] | |
| Fix Version/s | 3.1.1 [ 10936 ] |
| Fix Version/s | 3.1.3 [ 10988 ] | |
| Fix Version/s | 3.1.2 [ 10951 ] |
| Fix Version/s | 3.1.3 [ 10988 ] | |
| Fix Version/s | Tech. Debt [ 10572 ] |
| Priority | Critical [ 2 ] | Major [ 3 ] |
| Assignee | Mike Schilling [ mike.schilling ] |
| Assignee | Evangelina Martinez Ruiz Moreno [ evangelinamrm ] |
| Fix Version/s | Tech. Debt [ 10572 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Won't Fix or Usage Issue [ 2 ] |