Are you refering to configuring handlers in the deploy.wsdd file?
Like:
<requestFlow>
<handler type="java:com.avaya.ucc.service.authentication.ValidationHandler"/>
<handler
type="java:com.avaya.ucc.service.authentication.ServerSessionHandler"/>
</requestFlow>
<responseFlow>
<handler
type="java:com.avaya.ucc.service.authentication.ServerSessionHandler"/>
</responseFlow>
Ross
-----Original Message-----
From: Mantri, Mr. Ramesh (Contractor) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 07, 2004 5:45 PM
To: [EMAIL PROTECTED]
Subject: question on Axis Handlers
All,
we are writing server-side software - Java servlets (SOAP/HTTP, JAXM, SAAJ).
Recently
we were told that we would be provided a set of Apache Axis handlers that "must be
confnigured in front of your Web service". Is it possible to achieve this without
making
changes to our server-side code? The documentation says that Axis also provides a
server which "plugs into servlet engines", but I haven't found any examples to help me
understand how this is to be achieved. Please respond with a solution or references to
documentation that might help more. Thank you.
sincerely,
Ramesh Mantri