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=10193>. 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=10193 re: attributes in inherited classes should not be included Summary: re: attributes in inherited classes should not be included Product: Axis Version: current (nightly) Platform: All URL: http://http://alina.acomp.usf.edu:8080/axis/services/Axi sLMSServer?WSDL OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Serialization/Deserialization AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] There was an improvement on this problem, but .NET is still complaining. I believe the problem is that the attributes should be in the class they are defined in. I am using Java2WSDL, and the problem is that all of my beans derive from AbstractCommon, which has at least one attribute (jceProvider). Each class now has this as an attribute, but AbstractCommon no longer exists. I had reported this bug before, and appreciate what was done so far. Since everything derives from AbstractCommon, leave jceProvider within this class, and don't include it in the classes that extend this class. That should resolve this compatibility issue.