Well the server wont know until the client has entered the amount.. -----Original Message----- From: James Black [mailto:[EMAIL PROTECTED] Sent: 08 March 2005 13:21 To: [email protected] Subject: Re: Dynamic Lists in Web Services (java /axis)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Suzy Fynes wrote: | Hi, | | | | I?m looking for away to basically incorporate ArrayList in web | services?.i?m writing the service in Java and I have a list as a | parameter but the size of the list is known only to the client and | varies from client to client. What is the best way to incorporate | dynamic lists for web services? ~ Since the server also knows the size, just send it as an array of objects, rather than an arraylist. ~ The client can put it in an arraylist if needed. - -- "Love is mutual self-giving that ends in self-recovery." Fulton Sheen James Black [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCLabMikQgpVn8xrARAta4AJ9dXi3WCmfOVmKZ6UlwBYZEoz1cHACdFox6 xkr4mH6Oz/vftPxcvI9sO8k= =TQwU -----END PGP SIGNATURE-----
