On a Widows platform, do I have to put an entry of some type into axis\WEB-INF\web.xml in order to use the service?
I've put the following lines into my wsdl, but, at runtime I'm getting an
org.apache.axis.ConfigurationException that it can't find handler name.
<requestFlow>
<handler type="soapmonitor"/>
</requestFlow>
<responseFlow>
<handler type="soapmonitor"/>
</responseFlow>
Thanks in advance.
Dave Oppenheim
