A WCF service endpoint has three basic elements i.e. Address, Binding and Contract.
- Address: It defines "WHERE". Address is the URL that identifies the location of the service.
- Binding: It defines "HOW". Binding defines how the service can be accessed. Binding specifies what communication protocols are used to access the service.
- Contract: It defines "WHAT". Contract identifies what is exposed by the service.