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
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: import org.apache.axis.client.Service; import org.apache.axis.client.Call; import java.rmi.RemoteExcept

RE: Importing packages

2005-01-06 Thread Patrick Martin
Do you really need to have a web service calling another web service directly? This adds more things to consider (exceptions to handle, as you've found). You can easily add import java.rmi.RemoteException; To Sum6.jws But wouldn't it be easier to have the Sum class in a .jar in the web applica