3 Replies Latest reply on Jul 15, 2009 4:37 PM by cracru

    @XmlSeeAlso usage

    cracru

      Should I expect @XmlSeeAlso to work on an SLSB/WS SEImpl?

      @Stateless
      @WebService()
      @XmlSeeAlso({Wakeboard.class, WakeboardBinding.class, Tower.class})
      public class WakeRider
      {
       ...
      }
      


      I am having no luck in getting the additional classes added to the generated WSDL.

      I am using JBoss 4.2.3.GA w/ JBossWS 3.1.1.GA Native.

      Thanks, Craig