RE: [axis2] Issue while compiling Apache Axis2 v1.6.2 Source code

2013-03-01 Thread Martin Gainty
Mornin' Ajay I build locally mainly because I want to be able to build on a train or at an airport and I dont have constant internet access. You will have to install a local repository preferrably in your ${user.home}/.m2/repository and execute all commands to work offline with the -o option e

[axis2] NTLM v2 Authentication using Apache Axis2 Java Client

2013-03-01 Thread Ajaya_Senapati
Hi All, I am using Apache Axis2 v1.6.2 for generating the web service code using wsdl2java utility. The web service I am trying to connect uses NTLM v2 authentication ( using org.apache.axis2.transport.http.HttpTransportProperties.Authenticator - Authenticator.NTLM). The client code I am usin

RE: [axis2] NTLM v2 Authentication using Apache Axis2 Java Client

2013-03-01 Thread karl.wright
The HttpComponents/HttpClient implementation of NTLM contains modern and tested support for this functionality. I have no idea what the Axis implementation is based on, but probably it is extremely old and out of date. Karl From: ext [email protected] [mailto:[email protected]] Sen

RE: [axis2] NTLM v2 Authentication using Apache Axis2 Java Client

2013-03-01 Thread Martin Gainty
Karl is right Majority of architects would design a solution which would authenticate at initial entry point either 1) the webserver or 2) customer-facing servlet (which would implement the NTLM provider with HttpClient...) BUT: Lets say you're a Scandanavian Mobile Phone manufacturer and you