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 zhu jiang <yk...@gmail.com> on 2006/07/22 11:58:03 UTC

[Axis2]How to debug webservices?

Hi All,

    How could I debug webservices?I found it difficult to debug a deployed
webservice.

Thanks,
Jiang

Re: [Axis2]How to debug webservices?

Posted by Ajith Ranabahu <aj...@gmail.com>.
Hi,
Perhaps this would be useful here
http://www.wso2.net/tutorials/axis2/java/2006/07/28/debug-ws

Ajith

On 7/26/06, Dovholuk, Clint <Cl...@globalcrossing.com> wrote:
> 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
>


-- 
Ajith Ranabahu

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


RE: [Axis2]How to debug webservices?

Posted by "Dovholuk, Clint" <Cl...@GlobalCrossing.com>.
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:chinthaka@opensource.lk] 
Sent: Saturday, July 22, 2006 10:19 AM
To: axis-user@ws.apache.org
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: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: [Axis2]How to debug webservices?

Posted by Eran Chinthaka <ch...@opensource.lk>.
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