0 Replies Latest reply on Jul 10, 2003 3:16 AM by cibo_1

    Inheritance class is not recognised by Webservice

    cibo_1

      Hi, I'm running WebService on JBoss.
      Everything runs fine untill I discovered that Inheritance is not recognised.
      The situation is as follow:

      I have a Class say CL which has a member "array of object of other class say MB".

      MB class (which contains members of build_in type)
      inherits from another class, say PR.

      When looking at the WSDL file, scrolling down to "MB" class definition, you can only see "PR" as the "element-base" and non of its own member is displayed.

      So I'm losing all the member definition of "MB" class.

      Is this a known problem?
      Could anyone out there help.
      Thanks in advance.