WCF Test Client Shows IMetadataExchange

When I use the WCF test client, it shows the IMetadataExchange endpoint, even if I don’t have it. However, this endpoint also has an error indicating that it cannot talk to the endpoint. I tested this on several applications, and this happens with all of them:

'The contract "IMetadataExchange" in the client configuration does not match the name in the service contract.

The funny thing is that this client belongs to Visual Studio 2008, and I assume that the app.config client is generated by VS in the background somewhere, and then uses it to try to talk to the service.

Any ideas? I am using VSTS Developer with SP1 installed.

+3
source share
4 answers
+3
source

This also happens if you have the BizTalk LOB adapter adapter installed. In my case, unfortunately, since I use these adapters, I can not comment on the section as shown in the walkthrough, so I have to live with it (in any case, the WCF test client is not useful for services that use complex types of input and output)

+2
source

Ric ... , , , Biztalk. , Azure.Net Services SDK, rogue machine.config. DLL Microsoft.ServiceBus, , , Biztalk Services, Biztalk .

0

SDK Windows Azure , , . Perfectlly

0

Source: https://habr.com/ru/post/1702285/


All Articles