See this is in app-root/web-inf/server-conf.wsdd

<handler name="soapmonitor" type="java:org.apache.axis.handlers.SOAPMonitorHandler">
  <parameter name="wsdlURL" value="/axis/SOAPMonitorService-impl.wsdl"/>
  <parameter name="namespace" 
value="http://tempuri.org/wsdl/2001/12/SOAPMonitorService-impl.wsdl"/>
  <parameter name="serviceName" value="SOAPMonitorService"/>
  <parameter name="portName" value="Demo"/>
</handler>

The portName = "Demo" concerns me a bit...additionally, I don't have that wsdl file 
locally.

-----Original Message-----
From: Davanum Srinivas [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 16, 2003 6:12 PM
To: [EMAIL PROTECTED]
Subject: RE: SOAPMonitor


Check your webapps/axis/web-inf/ directory look for server-config.wsdd. Axis will 
create one
there.

Thanks,
dims

--- Cory Wilkerson <[EMAIL PROTECTED]> wrote:
> Do you mean when I registered my services, did I add the SOAPMonitorHandler?  
>Today's my first
> day with Axis -- I'm a bit new at this -- where exactly is the wsdd for 
>server-config.  All that
> I've ported to resin are the webapps/axis/web-inf/lib classes that were required for 
>axis
> functionality + the servlet mappings.
> 
> Any more info would be appreciated!
> 
> Thanks again,
> Cory
> 
> -----Original Message-----
> From: Davanum Srinivas [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 16, 2003 6:06 PM
> To: [EMAIL PROTECTED]
> Subject: Re: SOAPMonitor
> 
> 
> Dumb Question, Did you enable the entry for 
>org.apache.axis.handlers.SOAPMonitorHandler in your
> server-config.wsdd?
> 
> Thanks,
> dims
> 
> --- Cory Wilkerson <[EMAIL PROTECTED]> wrote:
> > Hello All!
> > 
> > I've integrated SOAP into the default web-app in Resin and I've been able to 
>deploy services
> and
> > successfully call them -- now I'm after SOAPMonitor functionality before I call it 
>a day.  
> > 
> > In resin.conf (Resin's configuration file), I have, for the default web-app the 
>following
> > servlet config:
> > 
> > <servlet>
> >     <servlet-name>SOAPMonitorService</servlet-name>
> >     <display-name>SOAPMonitorService</display-name>
> >     <servlet-class>
> >         org.apache.axis.monitor.SOAPMonitorService
> >     </servlet-class>
> >     <init-param>
> >         <param-name>SOAPMonitorPort</param-name>
> >         <param-value>2222</param-value>
> >     </init-param>
> >     <load-on-startup>100</load-on-startup>
> > </servlet>
> > 
> > <servlet-mapping>
> >     <servlet-name>SOAPMonitorService</servlet-name>
> >     <url-pattern>/axis/SOAPMonitor</url-pattern>
> > </servlet-mapping>
> > 
> > I am able to access the SOAPMonitorService and see the applet rendered (compiled
> > SOAPMonitorApplet and move all associated classes to app-root/axis), however, I 
>don't see
> > anything coming through the monitor althought I'm succesfully invoking services 
>and getting
> > replies from the server.
> > 
> > Any ideas?  Isn't the monitor a global handler, ie, will always process my 
>incoming request?
> > 
> > Thanks,
> > Cory
> > 
> 
> 
> =====
> Davanum Srinivas - http://xml.apache.org/~dims/
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com


=====
Davanum Srinivas - http://xml.apache.org/~dims/

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

Reply via email to