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/22 23:34:50 UTC

[jira] Commented: (CXF-992) If a null parameter is passed using the ClientProxyFactoryBean, all subsequent parameters become null

    [ https://issues.apache.org/jira/browse/CXF-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536844 ] 

Daniel Kulp commented on CXF-992:
---------------------------------


Actually, the issue is on the writing side.   The element that is getting the nil="true" set on it isn't being closed.    Thus, the "readToEnd()" reads all the way to the /soap:body ending.   I'm testing a fix now.   Hopefully will have it committed in the next 1/2 hour or so.   I'll try and get a new snapshot deployed at somepoint later tonight.





> If a null parameter is passed using the ClientProxyFactoryBean, all subsequent parameters become null
> -----------------------------------------------------------------------------------------------------
>
>                 Key: CXF-992
>                 URL: https://issues.apache.org/jira/browse/CXF-992
>             Project: CXF
>          Issue Type: Bug
>          Components: Aegis Databinding
>    Affects Versions: 2.0.1
>         Environment: Windows XP, JDK 6
>            Reporter: Jacob Marcus
>            Assignee: Daniel Kulp
>            Priority: Critical
>
> Steps to reproduce
> 1) Use Aegis for data binding and have the webservice (created using simple front end and signature having a few parameters) deployed.
> 2) Now using the ClientProxyFactoryBean, make a call to the webservice a parameter's value as null.
> Result
> All parameters after the one whose value is null, becomes null at the server

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