Hello - What are some real-world examples where you would need to create a WCF service with multiple endpoints? Also, can a client choose the service endpoint to use simply by passing the endpoint name as a constructor argument to the service client proxy class or is anything else required for this?
↧