Re: Importing packages

2005-01-07 Thread Paulo Sérgio
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

RE: Importing packages

2005-01-07 Thread Patrick Martin
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:

RE: Importing packages

2005-01-06 Thread Bill Keicher
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

Re: Importing packages

2005-01-06 Thread Paulo Sérgio
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

RE: Importing packages

2005-01-06 Thread Patrick Martin
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

Importing packages

2005-01-06 Thread psm041
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