OK now i have different problem.
I create Web project in Eclipse (i dont use NW studio as i have bunch of plugins of my own but i guess Eclipse 3.4 can mimic all NW studio does)
I set it up as JSF project.
Next i go to creating new Web Service Client.
I supply URL for webservice (PDF says i should use wsdl labeled as backend but i can find only ESR wsdl under : Manage Business Partner In/Read Business Partner)
i use Axis as WS provider - i guess its bundled with Eclipse 3.4 but i need to recheck that.
I also select glassfish v2 as target runtime.
It generates bunch of classes in package :
com.sap.xi.APPL.Global2.
after client is generated i get bunch of errors in constructors :
The constructor Object(String) is undefined MEDIUM_Name.java tst1/src/com/sap/xi/APPL/Global2 line 18 Java Problem
Strange thing is this class extends nothing (only implements interfaces) :
public class MEDIUM_Name implements java.io.Serializable, org.apache.axis.encoding.SimpleType {
public MEDIUM_Name(java.lang.String _value) {
super(_value);
}
}
Can anyone help me locating the source of the issue ?
Edited by: Jacek Zebrowski on Jan 6, 2009 1:37 PM