tary Web Services and much
more...
Hope this helps,
Patrick
-Original Message-
From: Paulo Sérgio [mailto:[EMAIL PROTECTED]
Sent: 06 January 2005 20:18
To: [EMAIL PROTECTED]
Subject: Re: Importing packages
Patrick, thanks for your attention...
Your advice didn't work...you can see i
L PROTECTED]
Sent: 06 January 2005 20:18
To: [EMAIL PROTECTED]
Subject: Re: Importing packages
Patrick, thanks for your attention...
Your advice didn't work...you can see it by yourself in
http://ese.cos.ufrj.br:8081/axis/Soma6.jws (Soma = sum in portuguese ;)
), here is the code again:
m: Paulo Sérgio [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 06, 2005 3:18 PM
To: [EMAIL PROTECTED]
Subject: Re: Importing packages
Patrick, thanks for your attention...
Your advice didn't work...you can see it by yourself in
http://ese.cos.ufrj.br:8081/axis/Soma6.jws (Soma = sum in portu
e();
-Original Message-
From: psm041 [mailto:[EMAIL PROTECTED]
Sent: 06 January 2005 16:09
To: [EMAIL PROTECTED]
Subject: Importing packages
Hi all, im new to the list (and to axis too) and i have one question to
start...
I`ve published the following service just for test and all went w
statement to return ret.intValue();
-Original Message-
From: psm041 [mailto:[EMAIL PROTECTED]
Sent: 06 January 2005 16:09
To: [EMAIL PROTECTED]
Subject: Importing packages
Hi all, im new to the list (and to axis too) and i have one question to
start...
I`ve published the following service j
Hi all, im new to the list (and to axis too) and i have one question to
start...
I`ve published the following service just for test and all went well
(Sum.jws):
public class Sum {
public int sum(int valor1, int valor2) {
return valor1 + valor2;
}
}
Now i want to publish an