KK,
I apologize. I thought I remembered TCPTrace having the option to let you paste a soap message into a window or read one from the file system.
I think I was think of the Apache Axis TCPMonitor utility that was included with older versions of the Axis.jar.
Download a copy of Apache axis, place the axis.jar in your class path and type something like the following:
java -classpath [I]axis_home\[/i]axis.jar org.apache.axis.utils.tcpmon 3333 localhost 5555
Replace axis_home with the path to your axis.jar, replace the “3333” with the port ilistening on and replace “localhost” with the hostname of the IS server.
After you capture the first request, you can modify and send requests or paste new requests into the request window.
#soa#webMethods#API-Management