|
I recently upgraded from 1.1 to 1.2beta. Wsdl2Java no longer generates java
classes for certain schema types,
namely string types with certain restrictions. Example: <xsd:simpleType name="title">
<xsd:restriction
base="xsd:string"> <xsd:minLength
value="1"/> <xsd:maxLength
value="32"/>
</xsd:restriction> </xsd:simpleType> Can one control wsdl2java in this area? Is there some way to tell wsdl2java to
generate/not-generate Java types for simple, restricted string types. Thanks, Rick |
