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