Simple Stub Methods Pls

2011-04-05 Thread Android MD
Hi, Basically, I want my stub's method signatures to be same as the service that was used. Please note that I am not creating a contract first web service, where you create the wsdl first. Instead, I am going the POJO first approach. Where I have my neat little Java class, with it's methods implem

Re: server class

2011-04-05 Thread Android MD
A ResultSet is a complex structure.. Anyway, it is a data tier related object, which should not be exposed through the web service. Any data retrieved from the database should be packaged into SIMPLE business domain objects before being sent down the wire through the web service. So you might have

Re: client making call axis server

2011-04-05 Thread Android MD
Hi, I also have the same question. Basically, I want my stub's method signatures to be same as the service that was used. Please note that I am not creating a contract first web service, where you create the wsdl first. Instead, I am going the POJO first approach. Where I have my neat little Java