What is the purpose of base address in WCF service? How it is specified?
When multiple endpoints are associated with WCF service, base address (one primary address) is assigned to the service, and relative addresses are assigned to each endpoint. Base address is specified in element for each service.