[
https://issues.apache.org/jira/browse/AXIS-2079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Davanum Srinivas updated AXIS-2079:
-----------------------------------
Assignee: (was: Davanum Srinivas)
> Unable to omit element if nillable=true or minoccurs=0/maxoccurs=1
> ------------------------------------------------------------------
>
> Key: AXIS-2079
> URL: https://issues.apache.org/jira/browse/AXIS-2079
> Project: Axis
> Issue Type: Bug
> Components: Basic Architecture
> Environment: WINDOWS 2000, Tomcat 5.0,Axis1.2RC3
> Reporter: RAGHU KONALA
>
> We are developing WebServices using Axis1.2RC3 on Tomcat 5. The issue
> I am facing is we are unable to omit an xml element when the data is
> null. Here is the wsdl excerpt for the data element.
> <xsd:element name="someThing" type="xsd:decimal" nillable="true"
> minoccurs="0" maxoccurs="1"/>
> .
> someThing appears in the response as <someThing>0</someThing> even
> when someThing is null.
> Tried with both rpc/encoded and document/literal
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]