i need to create a service reference for a service which requires to authenticated. normally i used wsdl and passing the username and password with it. how to do now? i cant generate the service reference without passing these login information. But wsdl
is not available. Someone a clue how to do? i cant turn the authention off
this is the error i get when i go to the url with the add service reference:
Metadata contains a reference that cannot be resolved: '<url>'.
The HTTP request is unauthorized with client authentication scheme
'Anonymous'. The authentication header received from the server was 'NTLM'.
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.