1

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?

andrey.shedko
  • 3,128
  • 10
  • 61
  • 121

1 Answers1

1

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

Saravanan
  • 283
  • 2
  • 17