3 Replies Latest reply on Jun 12, 2006 10:14 PM by diasy_sue

    inherited methods in Service End Point does not described in

    diasy_sue

      For example,a class A extends Class B, and Class B has a method getB().
      But when I use the wstool to generate wsdl for Class A, the method getB() does not descibed in the generated wsdl.

      The config file is:
      <?xml version="1.0" encoding="UTF-8"?>
      <configuration xmlns="http://www.jboss.org/jbossws-tools"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
      <java-wsdl>

      <namespaces target-namespace="http://type.com" type-namespace="http://type.com/type"/>

      <webservices ejb-link="ABean"/>
      </java-wsdl>


      I want to know if this is a bug or that I miss some configuration in config file.
      Thanks!