Ask a Question related to ASP.NET Web Services, Design and Development.
-
Nick K. #1
Secure WebService w/JavaScript Client
I am currently calling a .Net web service from JavaScript on the client-side
browser. This JavaScript uses the HttpRequest object that is installed with
Internet Explorer to call the web service using a soap request.
I am now looking at the Web Services Enhancements 2.0 that Microsoft has
released for .Net. This has features to tighten security using X509
certificates, Kerberos, and Username, Password in the soap header. I believe
encryption is part of this as well.
What I need to know is what are my options for tightening security on my web
service and still being able to do this with JavaScript on the client? The
samples on the WSE 2.0 show .Net clients and I will be using a
browser/JavaScript client. Are any of the features available in WSE 2.0
available to me using JavaScript? What I need are best practices for web
service security.
Nick K. Guest
-
problem Calling webservice from client side javascript
I have a problem calling webservice from client side javascript. The javascript call the settimeout() method. when the user press submit button it... -
How to secure webservice
Hi, I want to make sure that no one else can call and receive data from my web methods? How to do it.. -- Leo -
Webservice POST to secure site
Hello All, I am new to this group, so please forgive me if this question has been addressed. I have written a function that posts data to a secure... -
Secure Client-Server
I got a strange request from a client today, or maybe it is not so strange. If I write a WEB Service and also an application called ABC to talk to... -
Secure WebService Failing
I've struggled with this problem, and it's lack of examples, for a couple of months now. On several different web applications that we have written,...



Reply With Quote

