[flexcoders] Re: WebService Basic Authentication over HTTPS?

2007-08-28 Thread chuyler1
I'd do some research to see what most .NET people are doing for authentication and WebServices. That's what I'm trying to do now :) It looks like most are using SOAP headers instead of Basic Authentication. I started a thread with our back-end group in charge of all the .NET stuff. We do

[flexcoders] Re: WebService Basic Authentication over HTTPS?

2007-08-27 Thread chuyler1
Will the method of using SOAP headers still allow for basic session management by the .NET WebService? The server-side guys are really pushing the use of Basic Authentication but it sounds like this approach will mean coding specific authentication functions within the WebService, correct?

RE: [flexcoders] Re: WebService Basic Authentication over HTTPS?

2007-08-27 Thread Peter Farland
. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of chuyler1 Sent: Monday, August 27, 2007 3:22 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService Basic Authentication over HTTPS? Will the method of using SOAP headers still allow