1.  Did you check if the services are really deployed?  Are you able to
get a list of deployed web services?  Check if you are able to obtain a
wsdl dynamically from a running server.

The URL will look something like this

http://localhost/XXXXXX/servlet/AxisServlet

XXXXX is depenedent on where you placed your project.  It can be Axis.

2.  You can use Soap Monitor to verify if your message has gone across.
Did you do that?

sagar

-----Original Message-----
From: Hubble, Christopher [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 27, 2004 11:08 AM
To: '[EMAIL PROTECTED]'
Subject: Method not executing

I'm deploying a client and server from a WSDL.  I created all of the
files
with WSDL2Java, and set them up on the server and client.  However,
whenever
I call the methods from the client, they don't appear to run on the
server.
I'm not getting any errors at all.  Also, none of my println's are
showing
up, and I even tried throwing a runtimeexception, and that didn't do
anything.  Any suggestions?

Chris

Reply via email to