RE: SQLXML Newbie Question...
From: at (Mark)
Date: 10/19/04
- Next message: at: "Re: SQLXML, SOAP, VS.NET 2003 and Default Params"
- Previous message: shiby: "Re: SqlXML using soap"
- In reply to: billr: "RE: SQLXML Newbie Question..."
- Next in thread: Irwin Dolobowsky [MSFT]: "Re: SQLXML Newbie Question..."
- Reply: Irwin Dolobowsky [MSFT]: "Re: SQLXML Newbie Question..."
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 19 Oct 2004 09:43:04 -0700
I want to require a password on my web serivce. In other words, I don't want
just anyone calling my service if they find the WSDL file. I'm assuming you
create SQL Server logins, but how do you pass the credentials to the service?
...or like parameters with default values, does the SQLXML toolkit
automatically add additional parameters to the call's signature?
Mark
"billr" wrote:
> On the Security tab you will find an option for "Use Basic Authentication
> (Clear Text) to SQL Server account"
>
> or have I read wrong, and you would like to require a password to your web
> service?
>
> "Mark A. Donohoe" wrote:
>
> > Ok, forgive me if this is an obvious one, but how can I configure a service
> > to require the username/password rather than specifying it with the SQLXML
> > IIS tool? I want to plae my web service on the public internet but it needs
> > to be secure.
> >
> > Also, for the record, this isn't any sensitive data or anything so even
> > sending the user/pass in plain text in the HTTP stream is fine. If anything,
> > I'm just more trying to find out how to pass the credentials because such a
> > scenario would be really great for internal use too where HTTPS, etc. isn't
> > needed and is overkill.
> >
> > So... how'd ya do it? FYI, I'm using VS.NET 2003 to develop both a Windows
> > Forms and an ASP.NET client app for the service. (I'm also working on both a
> > Pocket PC .NET Compact Framework app as well as a Pocket PC native C++ Win32
> > app and the same two for SmartPhones as well.)
> >
> > TIA,
> >
> > Mark
- Next message: at: "Re: SQLXML, SOAP, VS.NET 2003 and Default Params"
- Previous message: shiby: "Re: SqlXML using soap"
- In reply to: billr: "RE: SQLXML Newbie Question..."
- Next in thread: Irwin Dolobowsky [MSFT]: "Re: SQLXML Newbie Question..."
- Reply: Irwin Dolobowsky [MSFT]: "Re: SQLXML Newbie Question..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|