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?

1 Answer 1

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

Sign up to request clarification or add additional context in comments.

7 Comments

You should post this as comment and not as an answer
Hi, in fact that's complete exception message, nothing else I got.
When I'm trying to add this as service reference (not web reference) - I got 404 error.
in that case, the uri is not correct. try to browse the url in the browser and see whether you are able to access the service.
Yes, it can be reached from browser
|

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.