I have set the properties of my web services to be anonymous access to be able to call it easly from the code.
But now, the user can navigate to the web service through the url and use it without any security restrictions.
Is there a way to force the user to be authenticated before using the web service,
or is there a sample code for how to call the web service methods with user name and password.
thanks in advance.