Re: Use Java Collection

2002-10-08 Thread Steve Loughran
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 08, 2002 6:12 AM Subject: RE: Use Java Collection > Sam, > I don't know what is usual, but I send the Collection and receive an Object > array on the client side. My client stub then builds a Collection from

RE: Use Java Collection

2002-10-08 Thread Jung, Eric (Contractor)
ailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 6:57 AM To: [EMAIL PROTECTED] Subject: Use Java Collection Hi all, I have a question about web services, more eprecisely about type exchange. I would like my web service to send a collection of java objects, I'd implemented that method t

Use Java Collection

2002-10-08 Thread Samuel Kerrien
Hi all, I have a question about web services, more eprecisely about type exchange. I would like my web service to send a collection of java objects, I'd implemented that method to send the java.util.Collection object. public Collection get myMethod ( String a, String b ) { Collection c = ne