There was an error downloading metadata from the address

前端 未结 10 1389
情歌与酒
情歌与酒 2020-12-16 22:21

I am trying to add service reference.

There was an error downloading metadata from the address

this is the error which is being displayed again and again?

10条回答
  •  再見小時候
    2020-12-16 23:08

    I had an issue like this one : Adding a service reference failed with a message "Method not allowed".

    The wsdl worked fine in my browser..

    The reason was that I configured the endpoint to listen on http://0.0.0.0:6000/mex, which the "Add Service Reference" tool doesn't seem to like. Changing it to a real IP address made it work (e.g. http://127.0.0.1:6000/mex)

提交回复
热议问题