linux下用tcpdump命令截获soap信息

this is probably the easiest way to monitor SOAP messages.

simply use

#tcpdump -i eth0 -A -s 1024 port 80 | tee dump.log

to log all the packet sent to port 80 to dump.log

发表评论

邮箱地址不会被公开。 必填项已用*标注