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! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950566#3950566 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950566 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
