AddressFilter mismatch at the EndpointDispatcher
December 1, 2008
The complete error message was: “The message with To ‘[my service address]’ cannot be processed at the receiver, due t an AddressFilter mismatch at the EndpointDispatcher.”
We got this message when we deployed our services to the production environment. In this environment we first encounter BIG-IP and clustering. And that’s when we hit this brick wall.
The scenario was that BIG-IP had one DNS-name/Ip-address that “forwarded” request to two different servers. However when we accessed the servers with wsHttpBinding we ran into trouble and the above mentioned error message.
The strange thing was that it worked fine with basicHttpBinding, which puzzled us for a while.
Well, thanks to the excellent knowledge in the Avega Microsoft community, we got an answerer in matter of minutes.
As this post points out you can handle the problem by setting the AddressFilterMode to Any, which basic means...