Hi,

I am new to Axis and wanted to better understand the protocol for
initializing the object that actually services the SOAP request?
Example, in my deploy.wsdd file I have

  <service name="MyMsgService" style="message">
    <parameter name="className" value="MyMsgServiceClass" />
    <parameter name="allowedMethods" value="processRequest" />
  </service>

Just like with a Servlet, I would like to have some initialization
control over an instance of MyMsgServiceClass. According to the
samples.message.TestMsg class that ships with Axis, there is no
initialization control.

Example: we have the Servlet.init() method that allows the servlet
object to be initialized before any methods are accessed.

Is there a similar protocol for service handlers??

Regards...

Milind Gadre
VP Product Development
ecPlatforms, Inc
901 Mariner's Island Blvd, Suite 565
San Mateo, CA 94404
C: 510.919.0596
E: [EMAIL PROTECTED]


Reply via email to