Hi Sharon, If you implemented the appropriate interface (BasicHandler), then this should do the trick.
You should compare the difference between the two implementations of HTTPSender that we have in the tree, but implementing invoke() is about all Axis needs. Tom Jordahl From: Sharon H [mailto:[email protected]] Sent: Thursday, October 07, 2010 1:18 PM To: [email protected] Subject: Axis 1.4 add support for NTLMv2 Hi all I am trying to make Axis 1.4 communicate with NTLMv2 authentication web service, Because internal Axis Imple uses HttpClient that doesn't support NTLMv2 I am considering a commercial library (called Jespa) . As far as I understand I will have to replace the transport impl in client-config.wsdd <transport name="http" pivot="java:com.actimize.util.MyHTTPSender"/> Are there any other steps I need to consider? Thank you! Sharon
