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.... _______________________________________________ Ethereal-users mailing list [EMAIL PROTECTED] http://www.ethereal.com/mailman/listinfo/ethereal-users
