I'm a newbe, so my question might be pretty trivial. I have developed a SOAP client & am testing it by calling a remote server. When tracing with wire shark while issuing a call via SOAP-UI, all packages are only recognized by wireshark as 'TCP', not as HTTP or XML. The result is that debugging is a nightmare, since I have to leave through all traffic to that destination and source IP address. Once found, i can use 'show stream' to see the entire xml message, but finding it is horror. Am I doing something wrong? How can I configure WireShark to only show me the http/xml soap messages? Many thanks in advance asked 14 Aug '12, 07:52 lxkern |
One Answer:
If your HTTP server does not run on one of the default ports (configurable for the HTTP dissector), Wireshark will not detect HTTP as such. What can you do?
Regards answered 14 Aug '12, 16:08 Kurt Knochner ♦ |