you can remotely or locally debug web service with eclipse too...
depending on if you want to debug the "axis" part or "your" part... if
you want to debug actual "axis" code you need to either dl the source or
attach a source .zip.

just put a breakpoint on the entry point of the service (or where you
want to debug) and fire up eclipse in 'debug' mode...

cwd 

-----Original Message-----
From: Eran Chinthaka [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 22, 2006 10:19 AM
To: [email protected]
Subject: Re: [Axis2]How to debug webservices?

zhu jiang wrote:
> Hi All,
>  
>     How could I debug webservices?I found it difficult to debug a
> deployed webservice.

If you have IDEA (sorry I don't know about Eclipse), you can do a remote
debug of your deployed web service easily.

On the configuration screen, click the Remote tab. On this tab are the
exact parameters you must pass to the JVM to be able to remotely debug.
Start tomcat using these parameters. Then start the debug session from
IDEA.

If you wanna debug client, just send your requests thru tcpmon.

-- Chinthaka


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to