Community
Participate
Working Groups
Right now it's impossible to know whether or not a given service has been configured, and if so, what the provider-specific details of that configuration are. I propose that we add a getConfigurationString() method to IServiceProvider to facilitate this.
Created attachment 112796 [details] proposed patch Patch fixes bug 247580 as well.
Created attachment 112808 [details] updated patch Updated patch to include fix for bug 247580 and bug 247578.
Applied to HEAD, with some changes. It was more or less impossible to read the configuration string as a) the column was too small, and b) the string was too long. I made some changes to alleviate that. The part of the patch that tries to make the HostSelectionDialog and RemoteServicesProviderSelection dialog show prior selections when they are launched does not seem to work. For starters, if you have not yet hit ok in the wizard and allowed the ServiceModelWizardPageOperation to run, then the provider will not actually be configured, so you are going to get back null for everything. Secondly, it doesn't seem to work, for whatever reason, even if I do it later after the project is fully created and configured.