All about WSDL vs MEX?
- by Aakash
I am not able to open the meta data url - http://localhost:8082/Tasks/mex
I have added the mexhttpBinding in the config file. Can I see this mex endpoint in browser?
The config files look like:
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
Questions:
Is Mex is differ from WSDL? If no, why do we…