I am trying to capture just SOAP interactions through a specific port. There are multiple processes running on the server so I need to be as specific as possible. I have managed to capture data when a SOAP conversation takes place but there is far too much detail. Can someone please tell me what Capture Filter to use to limit the data to a specific port and to SOAP. Thanks, Alan Eth asked 01 Oct '14, 21:17 Alan Eth |
One Answer:
A capture filter for SOAP is somewhat difficult as it's at a layer above what the capture filters handle well. You can certainly create a capture filter for a specific port, e.g. answered 02 Oct '14, 02:12 grahamb ♦ |