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

ext2 updated CXF-4031:
----------------------

    Description: 
for a wsdl's operation, if input message is nothing, but output message has 
multipart; the jax-ws operation will using  Holder to return result;
the HolderInInterceptor will raise NullPointerException because input 
(soap:body) is empty;

  was:
for a wsdl's operation, if input message is nothing, but output message has 
multipart; the jax-ws operation will using  Holder to return result;
But the input of soap:body is nothing, the HolderInInterceptor will raise 
NullPointerException

    
> NullPoint Exception Raised when input is nothing  and using Holder to return 
> response
> -------------------------------------------------------------------------------------
>
>                 Key: CXF-4031
>                 URL: https://issues.apache.org/jira/browse/CXF-4031
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.5.1
>            Reporter: ext2
>
> for a wsdl's operation, if input message is nothing, but output message has 
> multipart; the jax-ws operation will using  Holder to return result;
> the HolderInInterceptor will raise NullPointerException because input 
> (soap:body) is empty;

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to