You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Brian Dillon (ext. 944)" <Br...@fineos.com> on 2004/02/13 12:15:43 UTC

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 unmarshalling as it unmaps contexts
etc from the server (however the information in these maps are required
during the unmarshalling).

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
**********************************************************************