Ask a Question related to ASP.NET Web Services, Design and Development.
-
Jonathan via DotNetMonster.com #1
Expert opinion needed: web services
I want to (a) capture every SOAP request and log them and (b) implement
security for a web service which just entails hitting a database for a
username and password. The web service allows all 3 protocols (SOAP, POST,
GET).
For the (a) logging of SOAP requests, I was planning on just using a SOAP
Extension. For the (b)security, what would be the best way to implement? I'm
trying to avoid the obvious(easiest) way of adding the username and password
to each method. I was thinking about passing the security info in the headers.
The SOAP Header is a no-brainer, but are there problems with passing the
info in the headers for POST and GET that anyone could elaborate on?
If this is a viable option, would I need to implement something like a custom
HttpModule to "intercept' the requests (which could "parse" the request and
extract the info depending on what is being sent)?
Any advice or snippets of code that you have seen (I admittedly have never
done this before) would be appreciated.
--
Message posted via DotNetMonster.com
[url]http://www.dotnetmonster.com/Uwe/Forums.aspx/dotnet-webservices/200507/1[/url]
Jonathan via DotNetMonster.com Guest
-
Some Guidance from an expert needed for beginner...
Over the last couple of days I have been reading through the documentation to try to find a solution for a project I am working on and I was hoping... -
What is wrong with this recordset? Expert help needed..
Hi - using ASP/Access/Vbscript Using the recordset below to insert a hit in my database each time the page is viewed by a user. Like a "how many... -
Role based opinion needed - Not for app but for assets...
I have gone through newsgroups and several websites and have a pretty good handle on the role based security and dynamically displaying pages on our... -
File IO expert needed
I need to learn from someone how to do the following: -a sprite gets clicked // this causes a cell on a pre-made Access spreadsheet to add 1, and... -
WEB SERVICES book - opinion
I'm looking for a very good book on Web Serices NOT beginners stuff - Security State maintenance Implementation Best practices etc...



Reply With Quote

