Ethereal-users: RE: [Ethereal-users] SOAP Monitoring

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Biot Olivier <Olivier.Biot@xxxxxxxxxxx>
Date: Tue, 3 Feb 2004 13:26:04 +0100
You could filter on "http" if the SOAP traffic runs on a TCP port known by
HTTP. Otherwise you could use the "contains" or the "matches" operator to
search for packets with some SOAP XML declaration string (e.g.: frame
contains "<?xml"). Of course you can also filter on http packets for this
pattern, just replace "frame" with "http".

Regards,

Olivier

-----Original Message-----
From: Andreas Sikkema

Martin Regner wrote:

> I don't know so much about SOAP, but there seems to be a special
> "XML SOAP Monitor" (based on Ethereal): 

For the quick and dirty solution, SOAP uses HTTP as its transport 
mechanism....