You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by robert lazarski <ro...@gmail.com> on 2006/08/18 19:16:18 UTC

Re: [Axis2] Reading POJOs at client side

In the latest source there is some integration tests:

modules/integration/test/org/apache/axis2/rpc/RPCCallTest.java

That has some array examples and should get you started.

HTH,
Robert
http://www.braziloutsource.com/

On 8/18/06, Charak, Vikas <vi...@cns-inc.com> wrote:
> 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: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org