Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In Chapter 1, you were introduced to fundamental WCF concepts, including how to create and consume a service, how to host a service and expose endpoints where it can be reached by clients, how to support metadata exchange so that clients can generate service contracts, and how to work with client proxies to invoke service operations. In Chapter 1, you also learned the importance of service metadata, which is shared with clients through a WSDL document. Service metadata includes all of the necessary information for a client to invoke service operations, including:
The address where messages should be sent
The protocols supported by the service, including transport protocol, message encoding format, and other messaging protocols
A list of service operations and the required information to be passed to or returned from those operations