The Repository Factory uses the Microsoft.Data.ConnectionUI.dll and Microsoft.Data.ConnectionUI.Dialog.dll assemblies to launch a dialog to obtain a connection string. I'd like to programmatically display the "Add Web Reference..." dialog from a custom wizard page as well as generate the same code the dialog kicks off. I do not plan on modifying the generated file, but I do plan on creating agent classes to wrap calls to a newly referenced web service.
Is there any public API for launching the Add Web Reference dialog and generating web service proxy code?
Thanks,
- John