org.apache.axis2.AxisFault: Unknow type can not serialize

2010-10-08 Thread Meet
Hi Friends, I have simple webservice as shown below. public class RegionalWorkService { Query query; public void setWorks(Query qry){ this.query=qry; System.out.println("before setWorks..."); for (Criterion criteria : query.getCriter

Re: Problem in Object transfer back to Client

2010-10-08 Thread Meet
Friends, I have found the cause of this problem. The auto genereted service.xml was not having socpe='application' in the paramenter. I dont know whether we can force this or not. But anyways..the issue is resolved. Thanks Regards, Mitesh Meet wrote: > > Hi, > I am str

Problem in Object transfer back to Client

2010-10-08 Thread Meet
Hi, I am struggling to find out the cause of this problem. //Webservice Code public class WeatherService{ Weather weather; public void setWeather(Weather weather){ this.weather = weather; } public Weather getWeather(){ return this.weather; } } //Client Code

Webservice Enumeration classcastexception in AXIS2 WS

2010-09-29 Thread Meet
pse plugin. Same way, WSDL is created from it using AXIS2-Eclipse plugin. Same way, Clinent side stub and handler are created using AXIS2-Eclipse plugin. I have attached the WSDL for reference. Can you please help me to find out what is the issue. Regards, Meet. http://old.nabbl

AXIS2 Handling custom return types and complex class objects

2010-09-29 Thread Meet
Hi, Can someone please help me to provide the links is he/she knows where how to integrate complex return types like arraylist, hashtable and user defined classes? I would appreciate if someone posts sample code for this. I tried to look around net, but could not get it. Regards, Meet -- View

AXIS2- ArrayList Conversion Issue from OMTextImpl

2010-09-29 Thread Meet
Regards, Meet -- View this message in context: http://old.nabble.com/AXIS2--ArrayList-Conversion-Issue-from-OMTextImpl-tp29836126p29836126.html Sent from the Axis - User mailing list archive at Nabble.com.