4 Replies Latest reply on Oct 27, 2006 1:22 AM by jason.greene

    Clarify WSDL generation from Object parameters

    kimbaltrue

      I'm using JBossAS 4.0.5GA with JBossWS 1.0.3GA for webservice support. I have a JSR-181 EJB 3.0 Endpoint with document style SOAP messaging.

      I've applied JAXB 2.0 annotations to the parameter objects on my service methods. The services deploy, but the WSDL generator seems to ignore the annotations completely. At this point it looks like the JBossWS 1.0.3GA is not supporting JAXB 2.0. Is this correct? (i.e. @XmlType, @XmlElement, @XmlList)

      What are you using to generate the WSDL schema, and how can I customize the schema to match my object model?