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]

Reply via email to