I know many people have posted issues and questions
about the SOAPMonitor, but I must be missing something
simple. 

I have the applet working and have been able to get
the monitor to get the request by creating a
server-config.wsdd file with the listing below. 

However the request does not seem to be passed along
and I get no services found issues.  I see from the
postings that the server-config file should be created
automatically, but no such luck. The one web page I
saw with instructions is for 1.0 and not 1.1.

Any ideas? 

Thanks,
Mark


<deployment xmlns="http://xml.apache.org/axis/wsdd/";
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
    
  <globalConfiguration>
    <requestFlow>
      <handler name="soapmonitor"
type="java:org.apache.axis.handlers.SOAPMonitorHandler"/>
    </requestFlow>
    <responseFlow>
      <handler name="soapmonitor"
type="java:org.apache.axis.handlers.SOAPMonitorHandler"/>
    </responseFlow>
</globalConfiguration>

</deployment>

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Reply via email to