Re: Using Eclipse / TCP monitor

2005-05-09 Thread Dan O'Neill
Hi, Sorry I couldn't get back to you earlier... Are you using the SOAP/TCp monitor that comes supplied with Axis or eclipse have one? On 5/9/05, Plorks mail <[EMAIL PROTECTED]> wrote: > > > Can anyyone help me out > > I've created a web service using eclipse and

Using Eclipse / TCP monitor

2005-05-09 Thread Plorks mail
ab put the progrram args in the Program args box, then click apply and Run However, i'm not seeing any movement in the TCP- monitor. I know my client.java methd is being called as i've got the syste,.out.println in the output but can't see anything hapening in the tcp monitor Can anyo

Re: TCP Monitor

2005-04-27 Thread Jeff
service that I could try?     Jeff       - Original Message - From: James Chiu To: axis-user@ws.apache.org Sent: Wednesday, April 27, 2005 5:10 PM Subject: RE: TCP Monitor The server side is hosted by IIS only and does not involve with Tomcat/Axis. The

RE: TCP Monitor

2005-04-27 Thread James Chiu
The server side is hosted by IIS only and does not involve with Tomcat/Axis. The sample WS Url is like “http://servername/ReportServer/ReportService.asmx.   Does TCP Monitor work with IIS directly? Any other suggestions?   After entering the data as described in the previous emails, I

Re: TCP Monitor

2005-04-26 Thread Jeff
Subject: Re: TCP Monitor James,   TCPMonitor listens for connections at the specified port on the machine on which it is running. This port is any free port you know of or guess at, e.g. is unlikely to be in use. The client-side software must be configured to use the TCPMonitor

Re: TCP Monitor

2005-04-26 Thread Jeff
From: James Chiu To: axis-user@ws.apache.org Sent: Tuesday, April 26, 2005 7:06 PM Subject: TCP Monitor Hi,   I like to use tcpmon to see outgoing messages and incoming messages of my java WS client. The server side is hosted by Microsoft IIS. I am not sure

TCP Monitor

2005-04-26 Thread James Chiu
Hi,   I like to use tcpmon to see outgoing messages and incoming messages of my java WS client. The server side is hosted by Microsoft IIS. I am not sure the exact arguments (listenPort targetHost targetPort) in this case. What is the listen port? I assume the targetHost is the machin