Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 17543 invoked from network); 2 Aug 2005 20:26:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Aug 2005 20:26:06 -0000 Received: (qmail 79240 invoked by uid 500); 2 Aug 2005 20:25:53 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 79226 invoked by uid 500); 2 Aug 2005 20:25:53 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 79213 invoked by uid 99); 2 Aug 2005 20:25:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2005 13:25:52 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME,SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [216.118.97.133] (HELO traffix.multisite.site5.com) (216.118.97.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2005 13:25:43 -0700 Received: from [66.163.12.83] (helo=thesiger) by traffix.multisite.site5.com with esmtpa (Exim 4.51) id 1E03Kd-0003Vv-Cf; Tue, 02 Aug 2005 16:25:47 -0400 Message-ID: <003101c597a0$5ec5ccb0$0c00000a@thesiger> Reply-To: From: To: , "Kumar" References: Subject: Re: client proxy domain, username, password configuration of service provider Date: Tue, 2 Aug 2005 16:25:46 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Antivirus-Scanner: This message has been scanned by ClamAV - CLEAN. X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - traffix.multisite.site5.com X-AntiAbuse: Original Domain - ws.apache.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - cogentlogic.com X-Source: X-Source-Args: X-Source-Dir: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N AxisProperties.setProperty("http.proxyHost", "127.0.0.1"); AxisProperties.setProperty("http.proxyPort", "1234"); AxisProperties.setProperty("socks.proxyHost", "127.0.0.1"); AxisProperties.setProperty("socks.proxyPort", "1234"); Jeff ----- Original Message ----- From: "Kumar" To: Sent: Tuesday, August 02, 2005 7:03 AM Subject: client proxy domain, username, password configuration of service provider Hi All, I am trying to consume a web service which is on https. When I type the endpoint address of the service in my IE browser I am getting a login dialog where in I enter the username in the format \ and password. These details are given by the service provider and dont know what kind of authentication is this (guess it is proxy authentication of the service provider. right ?) . However I am basically behind a firewall and setting system properies http.proxyHost, http.proxyPort in my client java program whcih uses axis stubs to connect to the service. However at runtime I am getting fault "(401)Unauthorized" from the service. Now how do I configure the proxy username and proxy password of the service provider in my client program. Please suggest ? Thanks & Regards, Kr.