tags:

views:

141

answers:

1

I have a problem with my Apache Axis 1.4 service, using the SOAPMonitor which comes with the binaries.

While the applet starts up with no problems (e.g. http://localhost:8080/axis/SOAPMonitor), the status bar in the embedded application gives the following error message: "The SOAP Monitor is unable to communcate with the server"

Some further reading that I have already tried:

A: 

After ensuring that the SOAPMonitor is actually enabled in the web.xml configuration file, I noticed that it used a port of 5001. I used 'netstat.exe' and noted that nothing was already listening on this port but... Changed it anyway to another unused port, 8081. After restarting my app server once more this seemed to work.

Note that the TCPMonitor application which also comes with Axis has similar functionality and was easier to set up!

ian_scho