Re: How to get the int returned from the service

2004-11-17 Thread Peter Smith
call.invoke(new Object[]{})).intValue(); Cheers, Peter. > > -Original Message- > From: Dacheng [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 17, 2004 10:45 AM > To: [EMAIL PROTECTED] > Subject: How to get the int returned from the service > > Hi, I am new in

Re: How to get the int returned from the service

2004-11-17 Thread Dacheng
Thank you very much, that is exactly what I want. dacheng - Original Message - From: "Greg Michalopoulos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 17, 2004 3:51 PM Subject: RE: How to get the int returned from the service > Call.i

RE: How to get the int returned from the service

2004-11-17 Thread Greg Michalopoulos
PROTECTED] Sent: Wednesday, November 17, 2004 10:45 AM To: [EMAIL PROTECTED] Subject: How to get the int returned from the service Hi, I am new in AXIS. I tried to invoke a service which would return a int back. But when I tried to use 'int a= (int)call.invoke(new Object[]{})' to get the r

How to get the int returned from the service

2004-11-17 Thread Dacheng
Hi, I am new in AXIS. I tried to invoke a service which would return a int back. But when I tried to use 'int a= (int)call.invoke(new Object[]{})' to get the result. the complier told me int is not an object. So could anyone tell me what I should do? Thank you in advance. Dacheng