You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2009/07/28 21:26:14 UTC

[jira] Resolved: (CXF-2009) Unmarshilling response with default namespace fails

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

Daniel Kulp resolved CXF-2009.
------------------------------

       Resolution: Incomplete
    Fix Version/s: Invalid


Not enough information to be able to ascertain if there really is an issue with CXF or not. 

> Unmarshilling response with default namespace fails
> ---------------------------------------------------
>
>                 Key: CXF-2009
>                 URL: https://issues.apache.org/jira/browse/CXF-2009
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.1
>         Environment: Windows XP, Java 1.5 12, CXF 2.1 
>            Reporter: Rakesh Kamath
>             Fix For: Invalid
>
>
> CXF is failing while unmarshalling this response.
> Response::
> <?xml version="1.0" encoding="UTF-8"?>
> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
> <SOAP-ENV:Body>
> <ReportBugsResponse xmlns="http://wwwin-test/url/">
> <report>
> <branch>branch1</branch>
> <bugid>90037</bugid>
> <time>2006/01/10 19:17:20</time>
> <branch_csn>10</branch_csn>
> <branch_id>106</branch_id>
> <type>direct</type>
> <ref_point>V11_2</ref_point>
> <changeset_id>259</changeset_id>
> <bad_codefix>false</bad_codefix>
> <regressed>false</regressed>
> </report>
> </ReportBugsResponse>
> </SOAP-ENV:Body>
> </SOAP-ENV:Envelope>
> When I added namespace prefix 'ns2' to namespaceURI 'http://wwwin-test/url/' the unmarshalling works.
> I noticed there is CXF-536 bug for this issue but is marked as resolved in version 2.0. I tried version 2.1 and 2.1.3 with no luck.
> For now I have added a Interceptor before StaxInInterceptor to transform the response XML.
> Thanks. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.