e anything obviously wrong with the handler I have started?
Thanks in advance!
--m
Below is my original post:
Hello all,
I am attempting to write my own custom handler that does GZIP
compression/decompression of a request/response. There is a lot of
talk in the archives about such han
Hello all,
I am attempting to write my own custom handler that does GZIP
compression/decompression of a request/response. There is a lot of
talk in the archives about such handlers, but I've only come across
examples which actaully modify HttpSender and the AxisServlet :(.
I adde
Hi all
I'm trying to write a simple custom handler using the axis book as a
reference .
in my invoke method I do the following
public void invoke(MessageContext pMessageContext ){
String service = pMessageContext.getTargetSe
his ? What should be done
to avoid loosing session state when I use a custom handler ? (for
information, cookies in the HTTP header disappear when I declare
my requestFlow handler which use the MessageContext session to set
attributes but nothing more).
Thanks in advance,
Philippe Bouvet
I have a custom handler (extends BasicHandler) that I want to process
every request. So I added my handler to the globalConfiguration
requestFlow as such:
...
I also want my handler to be the pivot point for the request, so I added
the following to my handler's invoke() m