Using RPCMessageReceiver I was able pass person POJO to my client from a
web service
public User[] getUsers() {
return User array;
}
Now I have ,
public void addUsers(User[]) {
}
Any idea on writing a java client to send user arrays to addUsers method
of the same web service. User is a plain java class with getters and
setters.
Any help is appreciated.
Thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]