Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 9055 invoked from network); 11 Sep 2008 21:33:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Sep 2008 21:33:02 -0000 Received: (qmail 95811 invoked by uid 500); 11 Sep 2008 21:32:58 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 95797 invoked by uid 500); 11 Sep 2008 21:32:58 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 95786 invoked by uid 99); 11 Sep 2008 21:32:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2008 14:32:58 -0700 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=HTML_MESSAGE,SPF_PASS,URIBL_RHS_DOB X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [165.251.100.132] (HELO corp-msg4.vn-dmz-corp.easylink.com) (165.251.100.132) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2008 21:31:56 +0000 Received: from MSGSRV1.netmaster.corp.easylink.com ([10.40.40.21]) by corp-msg4.vn-dmz-corp.easylink.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 11 Sep 2008 17:32:05 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C91455.D57ECE34" Subject: RE: User-id/password authentication while using https Date: Thu, 11 Sep 2008 17:32:04 -0400 Message-ID: <759627BF6F2B53419569F8B24182BD8F010C48ED@MSGSRV1.netmaster.corp.easylink.com> In-Reply-To: <953017480809111217r4211af57lee11f89ed2c5f3c9@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: User-id/password authentication while using https Thread-Index: AckUQyhH9XXozTWwQ5KSMPKYafxECAAEqLGQ References: <759627BF6F2B53419569F8B24182BD8F010C48E9@MSGSRV1.netmaster.corp.easylink.com> <014C756DD244D34991AEE9B9CC54A6290A694F5B@serv105.ARGO.LOCAL> <759627BF6F2B53419569F8B24182BD8F010C48EA@MSGSRV1.netmaster.corp.easylink.com> <953017480809111217r4211af57lee11f89ed2c5f3c9@mail.gmail.com> From: "Raghu Udupa" To: "Apache AXIS C User List" X-OriginalArrivalTime: 11 Sep 2008 21:32:05.0291 (UTC) FILETIME=[D60FDFB0:01C91455] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C91455.D57ECE34 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Thanks for the clarification Dimindu, =20 Regards, Raghu =20 ________________________________ From: Dumindu Pallewela [mailto:pallewela@gmail.com]=20 Sent: Thursday, September 11, 2008 3:18 PM To: Apache AXIS C User List Subject: Re: User-id/password authentication while using https =20 Yes the same API can be used for either http or https transports, if you don't use libcurl. Regards, Dumindu. On Fri, Sep 12, 2008 at 12:35 AM, Raghu Udupa wrote: Thanks Hatim. =20 I am not using libcurl.=20 =20 I wanted to make sure I can use the same API call with https transport as well. =20 Thanks, Raghu =20 ________________________________ From: Hatim Daginawala [mailto:Hatim.Daginawala@argodata.com]=20 Sent: Thursday, September 11, 2008 3:00 PM To: Apache AXIS C User List Subject: RE: User-id/password authentication while using https =20 I think this same call also works for https if you are not using libcurl. =20 If you are using libcurl, I have a patch to get this to work. I can give it to you. =20 ________________________________ From: Raghu Udupa [mailto:rudupa@easylink.com]=20 Sent: Thursday, September 11, 2008 1:52 PM To: axis-c-user@ws.apache.org Subject: User-id/password authentication while using https =20 In axis2c user manual and API documentation, user-id and password authentication appears to be provided only for HTTP protocol as shown in the call below axis2_options_set_http_auth_info( axis2_options_t * options,=20 const axutil_env_t * env,=20 const axis2_char_t * username,=20 const axis2_char_t * password,=20 const axis2_char_t * auth_type); =20 Could you let me know how to do similar validation on https transport? =20 Thanks, Raghu ________________________________ --------------------------------------------------- Confidentiality Notice: This electronic mail transmission is confidential,=20 may be privileged and should be read or retained only by the intended recipient. If you have received this transmission in error, please immediately notify the sender and delete it from your system.=20 --=20 Dumindu Pallewela Creately.com ------_=_NextPart_001_01C91455.D57ECE34 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Thanks for the clarification = Dimindu,

 

Regards,
Raghu

 


From: = Dumindu Pallewela [mailto:pallewela@gmail.com]
Sent: Thursday, September = 11, 2008 3:18 PM
To: Apache AXIS C User List
Subject: Re: = User-id/password authentication while using https

 

Yes the same = API can be used for either http or https transports, if you don't use libcurl.

Regards,
Dumindu.

On Fri, Sep 12, 2008 at 12:35 AM, Raghu Udupa <rudupa@easylink.com> = wrote:

Thanks Hatim.

 

I am not using libcurl.

 

I wanted to make sure I can use the same API call with = https transport as well.

 

Thanks,

Raghu

 


From: Hatim Daginawala = [mailto:Hatim.Daginawala@argodata.com]
Sent: Thursday, September = 11, 2008 3:00 PM
To: Apache AXIS C User List
Subject: RE: = User-id/password authentication while using https

 

I think this same call also works for https if you are = not using libcurl.

 

If you are using libcurl, I have a patch to get this = to work. I can give it to you.

 


From: Raghu Udupa [mailto:rudupa@easylink.com]
Sent: Thursday, September = 11, 2008 1:52 PM
To: axis-c-user@ws.apache.org
Subject: User-id/password authentication while using https

 

In axis2c user manual and API documentation, user-id and password = authentication appears to be provided only for HTTP protocol as shown in the call = below

axis2_options_set_http_auth_info( axis2_options_t * = options,

const axutil_env_t = * env,

const axis2_char_t = * username,

const axis2_char_t = * password,

const axis2_char_t = * auth_type);

 

Could you let me know how to do similar validation on https = transport?

 

Thanks,

Raghu


----------------------------------------------= -----
Confidentiality Notice: This electronic mail transmission is = confidential,
may be privileged and should be read or retained only by the = intended
recipient. If you have received this transmission in error, please
immediately notify the sender and delete it from your system. =




--
Dumindu Pallewela
Creately.com

------_=_NextPart_001_01C91455.D57ECE34--