[jboss-user] [JBossWS] - Re: Changeing minOccurs possible?

richard.opalka@jboss.com do-not-reply at jboss.com
Wed Feb 27 04:06:29 EST 2008


Hi,

   according to http://jbws.dyndns.org/mediawiki/index.php?title=FAQ#Customizing_WSDL_Schema_Generation
the only possibility you have is to use javax.xml.bind.annotation.* annotations.
   Your object GetBillingAccountRequest must be JAXB de/serializable.
   However aforementioned annotations don't contain MinOccurs annotation, see:
http://java.sun.com/javaee/5/docs/api/javax/xml/bind/annotation/package-tree.html
   Try to ask JAXB forum how to solve your problem.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132407#4132407

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132407



More information about the jboss-user mailing list