wsdl2java in axis-1_4 does not generate simpleType

vera_83 <[email protected]>
Newsgroups gmane.text.xml.axis.user
Message-ID <[email protected]>
Hello,

I'm using axis-1_4 and jdk 1.4. I'm trying to generate java classes from
wsdl file.
I'm executing: java org.apache.axis.wsdl.WSDL2Java -a -u -s -w
my_service.wsdl.
No error appears during the command execution but some java classes are
missing, for example:

<xsd:simpleType name="Int1_15">
                <xsd:annotation><xsd:documentation>Integer
(1-15)</xsd:documentation></xsd:annotation>
                <xsd:restriction base="xsd:long">
                    <xsd:minInclusive value="1"/>
                    <xsd:maxInclusive value="15"/>
                </xsd:restriction>
            </xsd:simpleType>

No class named Int1_15 is generated.

Can someone help me with that?

Thank you.
-- 
View this message in context: http://old.nabble.com/wsdl2java-in-axis-1_4-does-not-generate-simpleType-tp34651517p34651517.html
Sent from the Axis - User mailing list archive at Nabble.com.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.