Hi,
I created a new web service and a client that request for this web service by using SOAP message. Before consuming the web service, I created a class that implements SOAPHandler to intercept the soap message and authenticate the client. I would like to redirect the page to registration page if the authentication is fail. Does anybody know how to redirect to the JSP page from SOAPHandler class (HandleMessage method)?
Thanks,
Rick.