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