Will it consume from all of them?
Will it throw an exception?
Will it consume from all of them? Will it throw an exception?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can have multiple endpoints for the same contract and different addresses in your clieint config, no problem.
They need to be separated by a unique
name=attribute on the<endpoint>tag.When you create your client proxy, you need to provide the name of the endpoint you want to use:
You can no longer just instantiate your client and expect it to find “the” endpoint to use, since there are multiple (and there’s no way to define one as the “default” which gets used if nothing is specified, unfortunately).
Other than that – no problems should arise, I think.