You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by pe...@martindale.com on 2005/09/28 01:39:18 UTC

Consistently having an unusual problem with SoapMonitor

Hi,

 

When I try to bring up the SOAP Monitor
(http://localhost:8080/axis/SOAPMonitor
<http://localhost:8080/axis/SOAPMonitor> ) on my local machine, the page
builds but I receive "The SOAP Monitor is unable to communicate with the
server" message.  I can stop and start the monitor 1x before the Stop button
becomes disabled.

 

I have Axis1.2.1 running on Tomcat4_1 and it was configured properly(at
least last week it was).  I really need to embed this monitor in an
application I'm trying to get to talk with .Net, but 

<requestFlow>

      <handler type="soapmonitor"/>

    </requestFlow>

    <responseFlow>

      <handler type="soapmonitor"/>

    </responseFlow>

 

results in a litany of error messages complaining about how name=Null.  This
is pretty frustrating; does anybody have any ideas?

Thanks, 

Peter