MDS Excel Add-in: There was no endpoint listening at https://<<servername>>/MDS/service/service.svc/bhb that could accept the message
Category: sql server masterdata
Question
Guillaume Fraiture on Thu, 27 Oct 2016 13:22:33
Dear,
When trying to connect to MDS via the Excel Add-in, I get the following error:
Even if the webservice seems to be running fine:
The URL specified in the error message is pretty strange... (adding service.svc/bhb)
Would you have any idea on how to solve this ?
Replies
davidbaxterbrowne on Thu, 27 Oct 2016 13:35:34
>The URL specified in the error message is pretty strange... (adding service.svc/bhb)
That's because MDS has two _separate_ web service endpoints. They use the same WSDL contract, but different WCF bindings. The endpoint at service.svc uses the WsHttpBinding, and the endpoint at service.svc/bhb uses the BasicHttpBinding. The Excel Add-In uses the BasicHttpBinding endpoint at .../service.svc/bhb.
David
NazmulBhuiyan on Mon, 02 Sep 2019 05:06:45
Hi David, What is the solution? I'm having the similar issue not sure how to fix it!!
Thanks
NazmulBhuiyan on Mon, 02 Sep 2019 05:07:32
Is this issue resolved? I'm having the same issue. Thanks