.NET WebService Security who can see and use.
        Posted  
        
            by user295734
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user295734
        
        
        
        Published on 2010-05-20T19:56:51Z
        Indexed on 
            2010/05/20
            20:10 UTC
        
        
        Read the original article
        Hit count: 331
        
Trying to firgure out how to test the security of a WebService.
Is there some way to search a site for webservices?
I have 2 applications one has a webservice and the other a reference to that service. I let visual studio build the reference in the App_WebReferences folder.
The webservice works, but i started wondering, can anyone access this service from any website? If so, how can i test this? How do you search a site for webservices? Could I use jQuery/JSON code from a simple site to access a webservice?
I guess if it is not secure, how do you secure a webservice?
© Stack Overflow or respective owner