Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

error downloading $metadata from webservice

I am trying to add web reference when adding web reference url in windows application it shows error like this. how do i solve it?

There was an error downloading 'http://www.example.com/BackEndWebService/LoginWebService.asmx/$metadata'.

The request failed with the error message:

$metadata Web Service method name is not valid.

like image 539
Ct.Manoj Avatar asked Mar 29 '16 06:03

Ct.Manoj


1 Answers

I had the same issue the other day when tried to update the web reference and managed to fix it by adding ?WSDL at the end. That should work.

enter image description here

like image 70
Farzad Jafarizadeh Avatar answered Oct 04 '22 10:10

Farzad Jafarizadeh