Hi,

    Hi Pratip,

    I have a similar requirement. I have just gone thru a Handler class
sample with the Axis. But I am not sure how to go about on making a Handler
that intercepts incoming message, look at the soap header, vaildate and send
the soap fault response. Please help me on this.


Thanks,
N.V.Sairam.




----- Original Message -----
From: "Jean-Marc Taillant" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 25, 2002 3:38 PM
Subject: Re: How to install your own handler?


> Hi,
>
> see follow:
>
> <service name="MyService" provider="Handler">
>   <parameter name="allowedMethods" value="... "/>
>   <parameter name="scope" value="Application"/>
>   <parameter name="handlerClass" value="MyLogivProvider"/>
>   <parameter name="className" value="MyServiceSoapBindingSkeleton"/>
> ....
> ....
>
> </service>
>
> ----- Original Message -----
> From: "Mukherjee, Pratip" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, April 24, 2002 10:06 PM
> Subject: How to install your own handler?
>
>
> > Hi,
> > Is there a document describing how to install your own handler on the
> server
> > side? I like to install a handler on the server to intercept incoming
> > message, look at the soap header for some signature and send soap fault
> > response if not present. Any pointer will be greatly appreciated.
> > Thanks.
> >
> > Pratip Mukherjee
> >
> >

Reply via email to