How to publish service metadata?
Interview question and answer by:
Pgayath | Posted on: 9/28/2012 | Category:
WCF Interview questions | Views: 469 | |
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.
Found interesting? Add this to: