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
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
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
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