NullPointerException when using both minOccurs="0" and nillable="true" on an
IN/OUT parameter
---------------------------------------------------------------------------------------------
Key: CXF-1616
URL: https://issues.apache.org/jira/browse/CXF-1616
Project: CXF
Issue Type: Bug
Affects Versions: 2.0.6
Environment: tomcat 6
SUN java 1.5
Spring 2.5.3
Reporter: nicolas de loof
The attached web service implementation fails will NullPointerException when I
submit following content from soapUI :
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:sch="http://33J/services/ServicesModification/schema"
xmlns:sch1="http://33J/services/schemaCommun">
<soapenv:Header/>
<soapenv:Body>
<sch:DeliverLoyaltyAccount>
<!--Optional:-->
<sch:description>test</sch:description>
</sch:DeliverLoyaltyAccount>
</soapenv:Body>
</soapenv:Envelope>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.