I want to connect to this web-service
https://training-api.temando.com/schema/2009_06/server.wsdl
I have tried to both of "Add Service Reference" and "Add Web References", but in both cases got this error:
There was an error downloading 'https://training-api.temando.com/schema/2009_06/server.wsdl/_vti_bin/ListData.svc/$metadata'.
The request failed with HTTP status 404: Not Found.
Is this extra part of URL generically for web services or is specially for WCF?
And what should I do?
Thanks in advance.