Hi,

I had aked this question before but received no answer, So thought I would
try again.

Is there some way of having a ResponseFlow handler called after all the
marshalling has been completed ?

Thanks,

Brian

-----Original Message-----
From: Brian Dillon (ext. 944) [mailto:[EMAIL PROTECTED]
Sent: 13 February 2004 11:16
To: '[EMAIL PROTECTED]'
Subject: Handlers and Marshalling


Hi,

I am trying to get a SOAP Handler to be invoked after the marshalling has
taken place. I have tried using the transport description in the
server-config.wsdd like;

 <transport name="http">
  <requestFlow>
   <handler type="URLMapper"/>
   <handler type="java:org.apache.axis.handlers.http.HTTPAuthHandler"/>
  </requestFlow>
  <responseFlow>
   <handler type="java:com.fineos.ta.services.soap.ServantHelper">
    <parameter name="WhichHandler" value="Post"/>
   </handler>
  </responseFlow>
 </transport>


This handler must be invoked after the marshalling as it unmaps contexts
etc from the server (however the information in these maps are required
during the marshalling).

Is there a way to set the ordering of the handler ?

Any help would be appreciated,

Thanks,

Brian


**********************************************************************
The information contained in this e-mail is confidential, may be privileged
and is intended only for the user of the recipient named above.  If you are
not the intended recipient or a representative of the intended recipient,
you have received this e-mail in error and must not copy, use or disclose
the contents of this e-mail to anybody else.  If you have received this
e-mail in error, please notify the sender immediately by return e-mail and
permanently delete the copy you received.  This e-mail has been swept for
computer viruses.  However, you should carry out your own virus checks. 
Registered in Ireland, No. 205721.  http://www.FINEOS.com
**********************************************************************

Reply via email to