Hi all, is there a way in axis to get information from WSDL during (de)serialization?
I mean, i have an xml type defined like:
...
<xsd:simpleType name="myType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="8"/>
</xsd:restriction>
</xsd:simpleType>
...
and during (de)serialization i need to get maxLength info, but as i know this is
stored only in WSDL.
thanks
Andrea Tevoi
