I have several different applications that implement the same contract. In my main application, I would like to have one proxy. Then dynamically, given the Uri for a particular application, I would create a web service request and call. How can I do that? Thank!
source
share