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
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.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira