I need to consume a web service. that webservice requires user authentication. When I try to add a reference to the web service I'm getting a error saying
The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'Basic realm="AXIS"'. The remote server returned an error: (401) Unauthorized. If the service is defined in the current solution, try building the solution and adding the service reference again.
Is there any way to get out of this error?