Sharon, I believe I posted a reply (maybe not). In any case, you should be able to duplicate the functionality of CommonsHTTPSender (i.e. extend BasicHandler or just implement org.paache.axis.Handler) with whatever HTTP library you want to use and then configure that as your pivot.
Tom Jordahl From: Sharon H [mailto:[email protected]] Sent: Saturday, October 16, 2010 1:43 PM To: [email protected] Subject: RE: Axis 1.4 add support for NTLMv2 I posted my question at [email protected]<mailto:[email protected]> few days ago but there is no replay, I am subscribed but getting mo messages from the group, Please advise regarding the NTLMv2 matter Thank you ב > Date: Sat, 9 Oct 2010 13:34:36 +0800 > From: [email protected] > To: [email protected] > Subject: Re: Axis 1.4 add support for NTLMv2 > > I see, thank you for reminding > > dilly(Ma Yu) > Shanghai, China > > > 于 2010-10-8 23:52, Tom Jordahl 写道: > > The "user" list is for user problems and questions. > > > > The 'dev' list (this one) is for developer talk for both Axis and Axis2. > > > > dilly, be assured that you are on the right list. > > > > Tom Jordahl > > > > -----Original Message----- > > From: dilly [mailto:[email protected]] > > Sent: Friday, October 08, 2010 9:02 AM > > To: [email protected] > > Subject: Re: Axis 1.4 add support for NTLMv2 > > > > Thank you, got it > > > > dilly(Ma Yu) > > Shanghai, China > > > > > > 于 2010-10-8 17:08, Andreas Veithen 写道: > >> There is actually a separate user list for Axis 1.x, namely > >> [email protected]. However, since the Web site is not up > >> to date, this is not widely known. > >> > >> Andreas > >> > >> On Fri, Oct 8, 2010 at 04:30, dilly<[email protected]> wrote: > >>> I just tried that mailing list, and was told to come here by an > >>> auto-generated reply like the followiing: > >>> > >>> <[email protected]>: > >>> This mailing list has moved to java-user at axis.apache.org. > >>> > >>> So here is the only cabin for axiser to go -_-! > >>> > >>> dilly(Ma Yu) > >>> Shanghai, China > >>> > >>> > >>> 于 2010-10-8 1:28, robert lazarski 写道: > >>>> 2010/10/7 Sharon H<[email protected]>: > >>>>> 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 > >>>> AFAIK there's another mailing list now for axis 1.4 questions as this > >>>> list is for axis2. Just thought I'd mention that in case you don't get > >>>> any help. > >>>> > >>>> http://ws.apache.org/axis/mail.html > >>>> > >>>> --------------------------------------------------------------------- > >>>> To unsubscribe, e-mail: [email protected] > >>>> For additional commands, e-mail: [email protected] > >>>> > >>> --------------------------------------------------------------------- > >>> To unsubscribe, e-mail: [email protected] > >>> For additional commands, e-mail: [email protected] > >>> > >>> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
