[
https://issues.apache.org/jira/browse/AXIS-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Veithen resolved AXIS-119.
----------------------------------
Resolution: Won't Fix
> WSDL2Java doesn't honor restrictions in schema
> ----------------------------------------------
>
> Key: AXIS-119
> URL: https://issues.apache.org/jira/browse/AXIS-119
> Project: Axis
> Issue Type: Bug
> Components: Serialization/Deserialization
> Affects Versions: beta-2
> Environment: Operating System: Windows NT/2K
> Platform: PC
> Reporter: Joe Riess
>
> The Java bean class which is generated via WSDL2Java using the following WSDL
> schema section:
> <wsdl:schema targetNamespace="http://www.lexisnexis.com/SimpleRestriction">
> <xsd:simpleType name="simpleRestrictionType">
> <xsd:restriction base="xsd:integer">
> <xsd:minInclusive value="1" />
> <xsd:maxInclusive value="10" />
> </xsd:restriction>
> </xsd:simpleType>
> </wsdl:schema>
> does not contain any range checking with regards to the minInclusive and
> maxInclusive values. The bean class accepts any valid integer value which is
> contradictive to the schema.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]