You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Hubble, Christopher" <CH...@saic.com> on 2004/09/27 20:07:51 UTC

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

Re: Method not executing

Posted by to...@gsk.com.
Chris,

>From your posts, it seems as though your service is working and the client 
is getting a response (even though it's an empty response). The only 
problem is that you aren't able to get any log messages out of your code 
and it appears to be ignoring your various code changes (including 
throwing a runtime exception). It sounds as though the server is executing 
a different version of your code.

Can you detail the steps you've taken to change and deploy the code and 
can you check to see how many versions of your code are on the server, in 
different locations? Maybe you've inadvertently put your code in several 
places where the application server can find your classes. By the way, 
which application server are you using?

Tony