You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2007/02/09 10:18:06 UTC

[jira] Closed: (CXF-365) Marshalling generated wrong value for null input parameter

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

Freeman Fang closed CXF-365.
----------------------------

    Resolution: Cannot Reproduce

> Marshalling generated wrong value for null input parameter
> ----------------------------------------------------------
>
>                 Key: CXF-365
>                 URL: https://issues.apache.org/jira/browse/CXF-365
>             Project: CXF
>          Issue Type: Bug
>          Components: JAXB Databinding
>    Affects Versions: 2.0-RC
>            Reporter: tli
>         Assigned To: Freeman Fang
>
> for methoda(Object param1, Object param2 ... ) , Object paramN allow null value in wsdl definition
> when executing port.methoda(param1, null ...), the correct message shold be:
>   <ts:param1>...</ts:param1>
>   <ts:param2 ts:nil=true/>
> but actually, I got
>   <ts:param1>...</ts:param1>

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