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=9875>. 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=9875 Attributes in super classes seem to cause problems when using java2wsdl ------- Additional Comments From [EMAIL PROTECTED] 2002-06-21 21:25 ------- Further information from Jame's axis-user post concerning this issue. P.S. I am presently working on the fix. -------------------- Hello, I have an abstract class called AbstractCommon that has an attribute called jceProvider that it has setters and getters for. I have another class, Location, that extends AbstractCommon. In the wsdl file <element name="jceProvider" ...> exists in the declaration for both AbstractCommon and Location. This causes problems when I try to use .NET to create a client, as it sees two declarations for the same element. Any idea how I can just have it include an element only once, or not include the element at all? My problem appears to start with java2WSDL btw.