RE: How to deal with a Vector

2002-02-08 Thread Glen Daniels
trick > [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 08, 2002 1:37 PM > To: '[EMAIL PROTECTED]' > Subject: RE: How to deal with a Vector > > There is no java.utils.Vector class and what I need to return is a > java.util.Vector! > And what is the type

RE: How to deal with a Vector

2002-02-08 Thread Brain, Jim
riday, February 08, 2002 1:37 PM To: '[EMAIL PROTECTED]' Subject: RE: How to deal with a Vector There is no java.utils.Vector class and what I need to return is a java.util.Vector! And what is the type of the variable prefs?? Do you have a code that resolve my pro

RE: How to deal with a Vector

2002-02-08 Thread Chauviaux, Patrick
, February 08, 2002 8:28 PM To: [EMAIL PROTECTED] Cc: '[EMAIL PROTECTED]' Subject: RE: How to deal with a Vector Simple typo. Please use: prefs = org.apache.axis.utils.JavaUtils.convert(prefs, java.utils.Vector.class); Rich Scheuerle XML & Web Services Development 512-838-5115 (I

RE: How to deal with a Vector

2002-02-08 Thread R J Scheuerle Jr
I agree Glen. But don't we need this support for any output parameter ? Maybe we should move further discussion to axis-dev. Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115)

RE: How to deal with a Vector

2002-02-08 Thread R J Scheuerle Jr
cc: Subject: RE: How to deal with a Vector 02

RE: How to deal with a Vector

2002-02-08 Thread Chauviaux, Patrick
[mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 7:39 PM To: '[EMAIL PROTECTED]' Cc: 'Axis-Dev (E-mail)' Subject: RE: How to deal with a Vector This seems like a job for a new API: call.setReturnClass(Vector.class); This would set the return type and also automatic

RE: How to deal with a Vector

2002-02-08 Thread Glen Daniels
ist for now. --Glen > -Original Message- > From: Chauviaux, Patrick [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 08, 2002 12:48 PM > To: '[EMAIL PROTECTED]' > Subject: RE: How to deal with a Vector > > > Here is the client code: >

RE: How to deal with a Vector

2002-02-08 Thread Glen Daniels
e for types when using DII. What do you think? --Glen > -Original Message- > From: R J Scheuerle Jr [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 08, 2002 1:00 PM > To: [EMAIL PROTECTED] > Cc: '[EMAIL PROTECTED]' > Subject: RE: How to deal with a Vecto

RE: How to deal with a Vector

2002-02-08 Thread R J Scheuerle Jr
;Chauviaux, Patrick" unisys.com> cc: Subject: RE:

Re: How to deal with a Vector

2002-02-08 Thread R J Scheuerle Jr
Are you receiving something? If you are, it is probably an ArrayList object. You can convert this into your vector, or you can call: JavaUtils.convert(returnedObject, java.util.Vector.class); Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115)

RE: How to deal with a Vector

2002-02-08 Thread Chauviaux, Patrick
possible documented) explaining how to deal with that problem. Thanks in advance Patrick -Original Message- From: R J Scheuerle Jr [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 6:43 PM To: [EMAIL PROTECTED] Cc: '[EMAIL PROTECTED]' Subject: Re: How to deal with a Vector

Re: How to deal with a Vector

2002-02-08 Thread R J Scheuerle Jr
Define "doesn't work". Do you get an exception? I can try a test if I have time.. but if you could provide more information. Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115)