Here's a snippet of what my WSDL looks like: <xsd:simpleType name='P_METHOD_NOT_SUPPORTED'> <xsd:restriction base='osaxsd:TpInt32'> <xsd:minInclusive value='22'/> <xsd:maxInclusive value='22'/> </xsd:restriction> </xsd:simpleType>
The java code that's generated (PMETHODNOTSUPPORTED.java) does not reflect the value (22) ANYWHERE. Is the WSDL wrong or is the generation of java code buggy? Thanks. Anuj.