hello Criss,
i am using cxf2.1 and eclipse europa version and jbos 4.2.1_GA.
my web service interface is like
package com.abc.ws;
interface WsItem{
List<com.ws.firstweb.Item> getItems();
}
and then i generate wsdl from it after annotating it .
there are no name sapace defined for the party in my wsdl.
and when i generate the java class from this wsdl (stubs and impl)
the implementation class give me error that looks like
List<com.abc.ws.Item> getItems(){
codes....
}
means both signature re different and give me that tha class is incompatible
with the SEI.
can you tell me ho to resolve this.
--
View this message in context:
http://www.nabble.com/Problems-with-String---and-List%3CString%3E-in-Java-First-Service-tf3760178.html#a12731459
Sent from the cxf-user mailing list archive at Nabble.com.