DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9166>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9166 Abstract class in method signature [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From [EMAIL PROTECTED] 2002-05-24 15:41 ------- I created a small test (attached) that demonstrates that the Java2WSDL tool is working properly. The Sei interface class has a parameter that references the abstract class Abs. The resulting wsdl file clearly builds an xmlType for Abs and uses it in the operation signature. The only 'problem' is that the concrete derived class, Der, is not defined in the wsdl file. (And how could it since it is not referenced.) So I am going to open a feature defect to request support for this situation.