Hi,
I have download JobDeliveryStatus wsdl from http://premconn.premiereconnect.com/JobDeliveryStatus/2008/10?WSDL
and trying to generate Java code with Axis2 Ant Taks http://axis.apache.org/axis2/java/core/tools/CodegenToolReference.html
Resulted source files fail to compile because of issues with attribute accessors names. For instance there is element ArrivalEventType with attribute Class.
Generated ArrivalEventType.java class has attribute:
private String localClass;
and accessors:
public String getClass() { return localClass;}
public setClass(String val) {this.localClass = val;}
So, my compilation error is:
com\premiereconnect\premconn\jobdeliverystatus\_2008\_10\ArrivalEventType.java:76: getClass() in com.premiereconnect.premconn.jobdeliverystatus._2008._10.ArrivalEventType cannot override getClass() in java.lang
.Object; overridden method is final
public java.lang.String getClass(){
What do you recommend?
Thank you,
Maxim Zabuga
Java Architect
Hotwire.com