You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org> on 2007/09/28 14:54:17 UTC

[jira] Updated: (AXIS-2079) Unable to omit element if nillable=true or minoccurs=0/maxoccurs=1

     [ 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org