Return-Path: Delivered-To: apmail-axis-axis1-java-user-archive@minotaur.apache.org Received: (qmail 90098 invoked from network); 10 Oct 2010 11:17:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Oct 2010 11:17:18 -0000 Received: (qmail 8814 invoked by uid 500); 10 Oct 2010 11:17:18 -0000 Delivered-To: apmail-axis-axis1-java-user-archive@axis.apache.org Received: (qmail 8785 invoked by uid 500); 10 Oct 2010 11:17:17 -0000 Mailing-List: contact axis1-java-user-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: axis1-java-user@axis.apache.org Delivered-To: mailing list axis1-java-user@axis.apache.org Received: (qmail 8768 invoked by uid 99); 10 Oct 2010 11:17:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Oct 2010 11:17:16 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sharon669@hotmail.com designates 65.54.51.102 as permitted sender) Received: from [65.54.51.102] (HELO snt0-omc4-s51.snt0.hotmail.com) (65.54.51.102) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Oct 2010 11:17:06 +0000 Received: from SNT123-W23 ([65.55.90.199]) by snt0-omc4-s51.snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 10 Oct 2010 04:16:45 -0700 Message-ID: Content-Type: multipart/alternative; boundary="_011a84f9-eb8e-48aa-89ff-1b3d9215b48a_" X-Originating-IP: [62.90.202.180] From: Sharon H To: Subject: Axis 1.4 NTLMv2 support with Jespa Date: Sun, 10 Oct 2010 11:16:45 +0000 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 10 Oct 2010 11:16:45.0580 (UTC) FILETIME=[9FBB4CC0:01CB686C] X-Virus-Checked: Checked by ClamAV on apache.org --_011a84f9-eb8e-48aa-89ff-1b3d9215b48a_ Content-Type: text/plain; charset="windows-1255" Content-Transfer-Encoding: 8bit I am trying to make Axis 1.4 communicate with NTLMv2 authentication webservice,Because internal Axis implementation uses HttpClient that doesn't support NTLMv2 I amconsidering a commercial library (called Jespa) .As far as I understand I will have to replace the transport implementation in:client-config.wsddTo a custom sender class: Are there any other steps I need to consider? Thank you! --_011a84f9-eb8e-48aa-89ff-1b3d9215b48a_--