I am not able to open the meta data url http://localhost:8082/Tasks/mex
, even though
I've added the mexHttpBinding in the config file. Can I view this MEX endpoint in a browser?
The config files look like:
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
Questions:
- Is MEX is different from WSDL? If not, then why do we require a MEX endpoint over WSDL?
- In the WSDL, I see the WSDL type information is missing. Is it by default? Can I look at the type information in WSDL?