[jboss-user] [JBossWS] - Re: SimpleTypes not creating classes with wsconsume
Maffewl
do-not-reply at jboss.com
Thu Jun 21 17:05:19 EDT 2007
my assumption that it did not generate all simple types was incorrect, in fact it DID even generate the LanguageCode class, it doesnt hoever generate this one:
<xsd:simpleType name="accountStatusCode">
| <xsd:restriction base="xsd:int">
| <xsd:enumeration value="1"/>
| <xsd:enumeration value="2"/>
| <xsd:enumeration value="3"/>
| <xsd:enumeration value="4"/>
| <xsd:enumeration value="5"/>
| <xsd:enumeration value="6"/>
| <xsd:enumeration value="7"/>
| <xsd:enumeration value="8"/>
| <xsd:enumeration value="9"/>
| </xsd:restriction>
| </xsd:simpleType>
|
any reason for that?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056664#4056664
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056664
More information about the jboss-user
mailing list