WCF
provides rich infrastructure for Exporting, Publishing, retrieving and
Importing the metadata. WCF uses the Metadata to describe how to interact with
the service endpoint. Using the metadata, client will create the proxy class
for the service using SvcUtil.exe
Exporting
Service Metadata:
It is the
process of describing the service endpoint so that client can understand how to
use the service.
Publishing
Service Metadata:
It is the
process publishing metadata. It involves converting CLR type and binding
information into WSDL or some other low level representation.
No comments:
Post a Comment