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 2007/10/20 21:04:50 UTC

[jira] Created: (CXF-1124) Does not honor localName in RequestWrapper/ResponseWrapper annotations.

Does not honor localName in RequestWrapper/ResponseWrapper annotations.
-----------------------------------------------------------------------

                 Key: CXF-1124
                 URL: https://issues.apache.org/jira/browse/CXF-1124
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime
    Affects Versions: 2.0.2
            Reporter: Daniel Kulp
            Assignee: Daniel Kulp
             Fix For: 2.0.3



When using Doc/Lit/Wrapped, the localname attribute of the RequestWrapper annotation should be usable to override the default wrapper element names.   That currently doesn't work. 

When unmarshalling, the DocLitInInterceptor only compares the QName to the operation names, not the element names defined in the schema or via the RequestWrapper annotation.


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


[jira] Resolved: (CXF-1124) Does not honor localName in RequestWrapper/ResponseWrapper annotations.

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-1124.
------------------------------

    Resolution: Fixed

> Does not honor localName in RequestWrapper/ResponseWrapper annotations.
> -----------------------------------------------------------------------
>
>                 Key: CXF-1124
>                 URL: https://issues.apache.org/jira/browse/CXF-1124
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0.2
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 2.0.3
>
>
> When using Doc/Lit/Wrapped, the localname attribute of the RequestWrapper annotation should be usable to override the default wrapper element names.   That currently doesn't work. 
> When unmarshalling, the DocLitInInterceptor only compares the QName to the operation names, not the element names defined in the schema or via the RequestWrapper annotation.

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