0 Replies Latest reply on Feb 21, 2008 12:59 PM by arvi

    SubClasses not included into WSDL

    arvi

      Hi all,
      The WSDL file generated using java classes does not include the sub classes for an abstract class.

      This is the actual case.

      1) The service class is abstract, which is extended many other classes.

      2) The serviceProfile class has a Collection of service class.

      The WSDL includes only the service class and not the subclasses, Is there anyway to include them into the WSDL?

      With the earlier implmentation using JBoss-net we used web-service.xml for explicit 'typeMappings'.
      Is there a way for this explicit typeMappings with JBossWS?


      Thanks,
      Arvind