Error when adding reference to a Web Service [closed]

0

I'm trying to add a reference to a Web Service within my project by Visual Studio and I get this error:

  

There was an error downloading ' link $ metadata' .   The request failed with HTTP status 404: Not Found.

I add the address that is online through the browser: link

I'm following this site's walkthrough:

link

Thank you

    
asked by anonymous 15.04.2015 / 17:31

2 answers

1

Maybe the address has changed, try this:

link

Tests done here worked:

    
15.04.2015 / 17:45
0

I tried to add the following EndPoint as Service Reference:

  

link

Then I got the following error:

Metadata contains a reference that cannot be resolved: 'http://sigep.correios.com.br/sigep/update/AtendeClienteService.wsdl'.
The remote server returned an unexpected response: (407) authenticationrequired.
The remote server returned an error: (407) Proxy Authentication Required.
If the service is defined in the current solution, try building the solution and adding the service reference again.

To work around this error, I downloaded the WSDL XML, copied it to my local IIS and added the following address as Service Reference:

  

link

    
15.04.2015 / 18:13