For Linux developers who have trouble getting applets to work under web 
browsers . . .

I've found it much easier to monitor the network traffic using a network
sniffer.  To see the SOAP conversation, I run "ethereal", and click on 
"Capture", then "Start".  Change the Interface to "lo" (loopback), and click
ok.  A status window will appear that counts the various types of traffic
over localhost.  Make your SOAP call.  Click the close button on the status
window.  The main window will be populated with network traffic.  Locate 
your SOAP call by looking for a http:// request.  Right click it, a pop up
window will appear.  Left click "Follow TCP stream".  A new window will
appear containing the SOAP conversation.

Nice and easy, and mucho easier than getting applets working under browsers
under Linux.


Offering alternatives for Linux developers,
-c

On Sun, Dec 21, 2003 at 09:00:49PM -0700, Doug Davis wrote:
> Try pointing your browser to:  http://localhost:1234
> -Dug
> 
> 
> Oliver White <[EMAIL PROTECTED]> on 12/21/2003 10:35:39 PM
> 
> Please respond to [EMAIL PROTECTED]
> 
> To:    "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> cc:
> Subject:    RE: Using tcpmon to monitor web conversation
> 
> 
> Hi folks,
> 
> I didn't get a response to this post. Who should I contact to discuss the
> usage of tcpmon? Is there a maintainer who wouldn't mind a polite email?
> 
> TIA,
> 
> Oliver White
> 
> -----Original Message-----
> From: Oliver White [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 16 December 2003 2:45 PM
> To: '[EMAIL PROTECTED]'
> Subject: Using tcpmon to monitor web conversation
> 
> 
> Hi folks,
> I'm just trying to come to grips with tcpmon.
> Essentially what I want to do is monitor a conversation between a browser
> and web server. To test out tcpmon I used the following settings:
> Listen port: 1234
> Host: www.google.com
> Port: 80
> And then visited the site using mozilla.
> tcpmon reported that it was waiting for a connection and that was all.
> 
> Am I misusing the software?
> Cheers,
> Oliver White
> 
> ---------------------------------------------------------------------
> This email is from Civica Pty Limited and it, together with any
> attachments,
> is confidential to the intended recipient(s) and the contents may be
> legally
> privileged or contain proprietary and private information. It is intended
> solely for the person to whom it is addressed. If you are not an intended
> recipient, you may not review, copy or distribute this email. If received
> in
> error, please notify the sender and delete the message from your system
> immediately.Any views or opinions expressed in this email and any files
> transmitted with it are those of the author only and may not necessarily
> reflect the views of Civica and do not create any legally binding rights or
> obligations whatsoever. Unless otherwise pre-agreed by exchange of hard
> copy
> documents signed by duly authorised representatives, contracts may not be
> concluded on behalf of Civica by email. Please note that neither Civica nor
> the sender accepts any responsibility for any viruses and it is your
> responsibility to scan the email and the attachments (if any). All email
> received and sent by Civica may be monitored to protect the business
> interests of Civica.
> ---------------------------------------------------------------------
> 
> 

-- 
 10:40:00  up 21 days, 24 min, 11 users,  load average: 0.27, 0.29, 0.13

Reply via email to