Alter your method to return a boolean.  Try adding some error debugging in
your method and return true if you think it was run correctly and false if
not.  Log4j - you need to set up a config file and then you can call methods
from you method to log info.  Its from apache and has good documentation.
Axis uses it quite a bit in its source code if you want examples.

Greg

-----Original Message-----
From: Hubble, Christopher [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 27, 2004 4:01 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Method not executing

I'm using tomcat, but it's being run as an NT service.

Chris

-----Original Message-----
From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED]
Sent: Monday, September 27, 2004 4:06 PM
To: [EMAIL PROTECTED]
Subject: RE: Method not executing


Are you using TomCat?  

All your output may be directed to the shell/command window from where you
are starting Tomcat. 

Sagar

-----Original Message-----
From: Hubble, Christopher [mailto:[EMAIL PROTECTED]
Sent: Monday, September 27, 2004 12:54 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Method not executing

I don't have a server console.  I'm just dropping the class files into
Axis's WEB-INF/classes dir and then connecting to it with my client.
I've
tried creating a file on the server and writing to that, but that doesn't
work either.

Chris

-----Original Message-----
From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED]
Sent: Monday, September 27, 2004 3:56 PM
To: [EMAIL PROTECTED]
Subject: RE: Method not executing


In my case, the prints come up on my server console.  My server is running
with in WSAD, so it depends on where you are running the server.
I would imagine that there should be something similar in Weblogic, etc.

Regards

Sagar

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

-shrug- I dunno where the printlns would even show up since Axis is running
the code.  And I'm not running a jar.  I deleted all of the old class files
and recompiled them, with the same results.

Chris

-----Original Message-----
From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED]
Sent: Monday, September 27, 2004 2:45 PM
To: [EMAIL PROTECTED]
Subject: RE: Method not executing


The fact that the SOAP message is being returned implys that your method has
been executed. Do you think that the printlns are not showing up because the
old jar is still being used?  ( I presume that you have access to the
service code).

Sagar


Reply via email to