Hi,
I need to debug soap messages with tcpmon and soap monitor. For example, I run tcpmon in such way:
<target name="tcpmon" description="Run TCP Monitor">
<java classname="org.apache.axis.utils.tcpmon" fork="yes" failonerror="true">
<arg line="8079 localhost 8080"/>
<classpath refid="classpath.run"/>
</java>
</target>
My soap calls from Mozilla works (them not works without tcpmon because soap client connect to port 8079), but tcpmon not show them. Tcpmon show only axis client calls.
Soap monitor not show any client calls (axis and non axis).
Why can't I debug non axis clients with tcpmon and any clients with soap monitor?