Hi Ken, TCPMon is like a tunnel. >What is the Listen Port #? listen port is the port on which you want to send the SOAP Request to intercept them.
> Should I select Act as a Listener or Proxy? You should select Listener > If Listener, what is the Target Hostname and Port #? for example the Target Hostname and Port are the place on which you will forward the request In your TestClient sample http://nagoya.apache.org:5049/axis/servlet/AxisServlet Target Hostname is nagoya.apache.org port is 5049 If you want to use TCPMon, you can change the TestClient endpoint to http://localhost:8080/axis/servlet/AxisServlet for example, then start TCPMon with parameter: Target HostName: nagoya.apache.org port : 5049 It is the same that setting the TestClient with endpoint http://nagoya.apache.org:5049/axis/servlet/AxisServlet with the difference that it is TCPMon that forward request to the right URL Regards, Jean Marc ----- Original Message ----- From: Ken Weiner <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 11, 2002 6:26 PM Subject: Need help with TCPMon > Hi, > > I am trying Axis for the first time and trying to monitor the SOAP > request and response that results from the > samples/userguide/example1/TestClient.java program. I am able to run > TestClient and start TCPMonitor successfully, but I don't what > ports/settings to enter into TCPMonitor in order to view the SOAP > traffic: > > What is the Listen Port #? > Should I select Act as a Listener or Proxy? > If Listener, what is the Target Hostname and Port #? > > I don't know how to find the port that my computer (Win2k PC) is using > to send and receive the SOAP messages. Any help is appreciated. Thank > you. > > p.s. TestClient makes a simple SOAP request to the endpoint: > http://nagoya.apache.org:5049/axis/servlet/AxisServlet > > -Ken > > p.s. I posted this message earlier and wasn't sure if it went through so > I apologize if you get it twice. >
