Hi, may be "external mapping" is the solution for your problem. I found this http://www.mail-archive.com/[EMAIL PROTECTED]/msg25312.html when i searched for a way to use another namespace prefix instead of "ns1". I think what i found may be the soluton for your problem. Off topic: Now, do you have one for mine? ;-) Greetings martin
-----Ursprüngliche Nachricht----- Von: zuba [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 24. Oktober 2008 15:37 An: [email protected] Betreff: Axis 2 - mapping problem Hello, I'm building java client for some web service and I have a problem. One of attributes in *.wsdl file is named "Class" (<xs:element name="Class" type="xs:string"/>) so when I try to compile stub file I get exception: ErrorReportType cannot override getClass() in java.lang.Object; overridden me thod is final [javac] public java.lang.String getClass(){ [javac] ^ So I seek the way to build an another method for this attribute, to map a Class attribute. Thanks in advance! -- View this message in context: http://www.nabble.com/Axis-2---mapping-problem-tp20150280p20150280.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
