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
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
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
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
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
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.