1. Is there a way to restrict access to an ASMX Webservice, i.e. the asmx page and its WSDL? stackoverflow.comI have a C# .net webservice that I need to restrict access to. I already require my consumers to use a username and password to call the service. But, ... |
2. Securing WSDLs and Schemas stackoverflow.comI work with a group that is very adamant on keeping the wsdl and xsd that are associated with our web services as private as possible, and only distributing them to ... |
3. WSDL exposing methods with and without security stackoverflow.comIs it possible to have a single WSDL exposing few methods that must be accessed securely over HTTPS and few methods that can be accessed with HTTP. Currently we have a webservice ... |
4. jax-ws ws-security example or tutorial stackoverflow.comHas anyone a good example or tutorial or article (...) dealing with jax-ws services using wsse (Usernametoken). My exact case is about a @WebServiceProvider web service with a WSDL (that I can ... |
5. Questions related to Web-Services [RESTfull, RESTless, WSDL, Security] stackoverflow.comThats the first time i gonna digg into webservices. Right now i am going through articles for RESTFull webservices, found from the stackoverflow discussions. Going through articles, i have few questions.
|
6. wsdl KeyInfo section show security key data. Is this normal? stackoverflow.comThe wsdl keyinfo section shows security info for my ssl cert. Is this normal? Can this be viewed by the client? Here is what mine looks like, I changed ... |
7. How do I create secure web services with ColdFusion? stackoverflow.comI created an existing API with web services using ColdFusion that uses inline authentication but I'd like to secure it using some sort of authentication but I'm clueless where to start. ... |
8. Writing a web service client w/security and no security info in WSDL forums.netbeans.orgHi. I need to consume a web service that requires an X.509 certificate for signing the message. I have the certificate, key and keystore built and have it working fine from soapUI. From what I have seen in the tutorials it looks like NB will do this *if* the WSDL contains the security properties (i.e., via the Quality of Service tab). ... |