Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 348941
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T11:24:42+00:00 2026-05-12T11:24:42+00:00

I need to connect Apache Axis 1.4 to a Webservice that uses NTLM authentication

  • 0

I need to connect Apache Axis 1.4 to a Webservice that uses NTLM authentication to restrict access to its operations.
I’m expecting to use Samba Jcifs to handle the NTLM handshake.

I found

http://hc.apache.org/httpcomponents-client/ntlm.html

which gives me fantastic directions for how to wire up HttpClient 4.0 with jcifs.

Trouble is, Axis wants to use Http Client 3.0 and the two apis look very different.

There are 2 possibilities that I can see

  1. Write an object for Axis that lets it plug into HttpClient 4.
  2. Figure out how to wire HttpClient 3.0 up with Samba Jcifs.

Number 1. looks non-trivial, but possible
Number 2. I cannot find any encouraging messages on the web describing how to do this.

My question is: has anyone successfully connected samba jcifs with HttpClient 3.0 ?
Has anyone already created an Axis HttpSender object that works with HttpClient 4 ?

Is there some better alternative that I have not considered?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T11:24:43+00:00Added an answer on May 12, 2026 at 11:24 am

    Finally have a solution to this.

    The problem

    Apache Axis uses Apache HTTPClient which provides its own NTLM implementation.
    However this implementation is incomplete; it only supports the primitive LM authentication.
    The system I need to connect to insists upon the more recent NTLM authentication.

    Therefore my Webservice was failing to authenticate when using the Apache HTTP Client with NTLM.

    This actually then enters an infinite loop as the HTTPClient will never stop trying and failing to authenticate.

    The solution

    jcifs fully supports all 3 versions of the NTLM handshake.
    I have copy-and-pasted org.apache.commons.httpclient.auth.NTLM into my own class (it is declared as ‘final’ in order to defeat inheritance)

    I have then overwritten the method

    public String getType3Message(
            String user, String password, String host, String domain,
            byte[] nonce) throws AuthenticationException
    

    to construct an instance of jcifs.ntlmssp.Type3Message
    and use this object to return a Type3Message that has the NTML authentication correctly generated.

    I then needed to create my own instance of org.apache.commons.httpclient.auth.AuthScheme
    to make use of this new NTLM implementation. call
    org.apache.commons.httpclient.auth.AuthPolicy.registerAuthScheme(AuthPolicy.NTLM, MyNewAuthScheme.class)

    start up my WS endpoint stub.

    And it works !!!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 244k
  • Answers 244k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer It's a helper class defined in the sample that prints… May 13, 2026 at 8:08 am
  • Editorial Team
    Editorial Team added an answer As Chuck notes, you can create a dependent key, or… May 13, 2026 at 8:08 am
  • Editorial Team
    Editorial Team added an answer Why can't you just unplug the device and replace the… May 13, 2026 at 8:08 am

Related Questions

I've got an upcoming project wherein I will need to connect our website (
I've installed various PHP packages to be able to use PHP with Apache but
I am building a scalable Server Side App in Java but I need to
I'm creating an application that I want to put into the cloud. This application

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.