↧
Answer by rocketsarefast for All about wcf client
It sounds like you want to connect to BOTH servers. you say they have different data that you need. Well, if you already know how to make a client to one of them, the easiest way is to define an entire...
View ArticleAnswer by marc_s for All about wcf client
You need to define the service endpoint you want to connect to in your client's config. You cannot define a list of endpoints - if you need load-balancing features, you need to implement those on the...
View ArticleAll about wcf client
When I deploy the same service on different machines as they have different information that I need , how can I use my client gracely to consume these service .
View Article