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.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

Reply via email to