I consumed a wcf soap service in a console application, I wanted to use the dev url in my app.config.
I always failed and the error was
ContractFilter mismatch at the EndpointDispatcher
I think the endpoint is not matching the wcf service url due to slow cheetah transformation failed.
<endpoint address="http://wsvc01/xxxDev/xxx.svc" binding="basicHttpBinding"
bindingConfiguration="BasicHttpBinding_ixxx" contract="xxxServiceReference.ixxx"
name="BasicHttpBinding_ixxx" xdt:Transform="Replace" xdt:Locator="Match(address)" />
</client>
What I want is to replace address when debugging.