andrey.shedko
andrey.shedko

Reputation: 3238

Error adding web reference to project

I need to add web reference to ASP.NET project, but unfortunately I got error:

There was an error downloading 'http://isapi.somehost.com/soapclient/soapclient.php?URL=http://isapi.mekashron.com/SmartHD/MekashronTV.dll%2Fwsdl%2FISmartHD/_vti_bin/ListData.svc/$metadata'.
The request failed with the error message:
--
object(SoapFault)#3 (9) {
  ["message":protected]=>
  strin

Is there any ways to fix it?

Upvotes: 1

Views: 229

Answers (1)

Saravanan
Saravanan

Reputation: 293

Can you post the exact exception you got to help you further. But couple of initial thoughts.

  1. ASP.NEt is not able to get the WSDL to generate a proxy class. You ight need to check permissions.
  2. If it is WCF service try to add service reference.

Thanks

Upvotes: 1

Related Questions