Get metadata out of a webHttpBinding endpoint
Posted
by decyclone
on Stack Overflow
See other posts from Stack Overflow
or by decyclone
Published on 2010-06-14T19:14:50Z
Indexed on
2010/06/14
19:42 UTC
Read the original article
Hit count: 198
Hi,
With a reference to my previous question, I would like to know how would I extract information of a WCF service from a client application to know what methods/types are exposed if the service exposes only one endpoint that uses webHttpBinding?
Just to summarize, in my previous question, I came to know that an endpoint using webHttpBinding does not get exposed in the generated WSDL because it would be a JSON endpoint and is just not compatible.
© Stack Overflow or respective owner