[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: unwanted WSDL change when upgrading from 4.0.5 to 4.2.2
GTWebDev
do-not-reply at jboss.com
Thu Feb 14 12:09:30 EST 2008
I'm posting the answer to my own question in the event someone else runs into this.
By annotating Entities with @XmlType, a name can be defined as needed:
@XmlType(name="MyClassName") will ensure that the wsdl publishes a complex type called MyClassName, and not myClassName.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129450#4129450
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129450
More information about the jboss-user
mailing list