How to publish service metadata?

 Posted by Pgayath on 9/28/2012 | Category: WCF Interview questions | Views: 3368 | Points: 40
Answer:

WCF services publish its metadata by exposing one or more metadata endpoints. Publishing service metadata makes service metadata available using standardized protocols, such as MEX and HTTP/GET requests.
Metadata endpoints are the same as other service endpoints and have an address, a binding, and a contract.
You can add metadata endpoints to a service host in configuration or in code.


| Alert Moderator 

Comments or Responses

Login to post response