By Marone: September 2016 | last update: December 2019

Tracing soap messages

Goal

This article will show you how to trace soap messages with tcpmon.

Used technologies

Tcpmon 1.0 Download tcpmon 1.0

Start tcpmon

java -cp ./tcpmon-1.0.jar org.apache.ws.commons.tcpmon.TCPMon 18090 localhost 8090

Call http://localhost:18090/ws/helloworld?wsdl

tcpmon GET

Post a request

tcpmon Post

Related topics