All about WSDL vs MEX?
Posted
by Aakash
on Stack Overflow
See other posts from Stack Overflow
or by Aakash
Published on 2010-05-04T06:43:19Z
Indexed on
2010/05/04
6:48 UTC
Read the original article
Hit count: 604
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 require MEX endpoing over WSDL?
In the WSDL, I see the WSDL types information missing. Is it by default? Can I look at the type information in WSDL?
Thanks in advance.
© Stack Overflow or respective owner