is in ? In a standalone client or in an
application server (which one?)
Why don't you try using wsdl2java and create stub classes to use
instead. It is far simpler.
then your call to the web service just becomes:
ret = echoWebService.test(code,utilizador_portal,password);
rvice.test(code,utilizador_portal,password);
-Original Message-
From: Bruno Gonçalves [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 15, 2005 5:37 AM
To: axis-user@ws.apache.org
Subject: exception when call.invoke
Hi there!
-user@ws.apache.org
Subject: exception when call.invoke
Hi there!
I receive this exception:
java.lang.ClassCastException:
org.apache.axis.transport.http.HTTPSender
,when I execute this code:
try {
String endpoint = "http:/
What
are you running this in ? In a standalone client or in an application server
(which one?)
Why
don't you try using wsdl2java and create stub classes to use instead. It is far
simpler.
then
your call to the web service just becomes:
ret =
echoWebService.test(code,utilizador_portal,pas
Hi there!
I receive this exception:
java.lang.ClassCastException:
org.apache.axis.transport.http.HTTPSender
,when I execute this code:
try {
String endpoint = "http://localhost:8080/axis/Echo.jws";
logger.info("DEBUG
>>> 1");
Service service = ne