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/02/07 18:05:05 UTC

[jira] Created: (CXF-413) Tools2 needs fixing to support soap headers in rpc/literal case

Tools2 needs fixing to support soap headers in rpc/literal case
---------------------------------------------------------------

                 Key: CXF-413
                 URL: https://issues.apache.org/jira/browse/CXF-413
             Project: CXF
          Issue Type: Bug
          Components: Tooling
    Affects Versions: 2.0-M1
            Reporter: Daniel Kulp
             Fix For: 2.0-RC



The tools were updated to generate proper code for soap headers in the rpc/literal case while testing CXF-261.   The tools2 modules should be updated as well.   The problem was that the tools were only looking at the operation to determine if a part is "document" or "rpc" style.   However, soap headers are ALWAYS document style.   Thus, the @WebParam annotation did not have the correct namespace and name attributes.

The soapheader_rpc.wsdl added to testutils shows this and a unit test was added to testutils to make sure the generated code for that wsdl is correct.   It passes with tools1.



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


[jira] Assigned: (CXF-413) Tools2 needs fixing to support soap headers in rpc/literal case

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

maomaode reassigned CXF-413:
----------------------------

    Assignee: maomaode

> Tools2 needs fixing to support soap headers in rpc/literal case
> ---------------------------------------------------------------
>
>                 Key: CXF-413
>                 URL: https://issues.apache.org/jira/browse/CXF-413
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0-M1
>            Reporter: Daniel Kulp
>         Assigned To: maomaode
>             Fix For: 2.0-RC
>
>
> The tools were updated to generate proper code for soap headers in the rpc/literal case while testing CXF-261.   The tools2 modules should be updated as well.   The problem was that the tools were only looking at the operation to determine if a part is "document" or "rpc" style.   However, soap headers are ALWAYS document style.   Thus, the @WebParam annotation did not have the correct namespace and name attributes.
> The soapheader_rpc.wsdl added to testutils shows this and a unit test was added to testutils to make sure the generated code for that wsdl is correct.   It passes with tools1.

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


[jira] Resolved: (CXF-413) Tools2 needs fixing to support soap headers in rpc/literal case

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

maomaode resolved CXF-413.
--------------------------

    Resolution: Fixed

> Tools2 needs fixing to support soap headers in rpc/literal case
> ---------------------------------------------------------------
>
>                 Key: CXF-413
>                 URL: https://issues.apache.org/jira/browse/CXF-413
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0-M1
>            Reporter: Daniel Kulp
>         Assigned To: maomaode
>             Fix For: 2.0-RC
>
>
> The tools were updated to generate proper code for soap headers in the rpc/literal case while testing CXF-261.   The tools2 modules should be updated as well.   The problem was that the tools were only looking at the operation to determine if a part is "document" or "rpc" style.   However, soap headers are ALWAYS document style.   Thus, the @WebParam annotation did not have the correct namespace and name attributes.
> The soapheader_rpc.wsdl added to testutils shows this and a unit test was added to testutils to make sure the generated code for that wsdl is correct.   It passes with tools1.

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