MDS Web Service Scripting
Hi Xavier,I didn't include the correct reference. Even though I created a proxy and added it as a reference I couldn't reference it with "using" but reference using Microsoft.MasterDataServices....
View ArticleMDS Web Service Scripting
Hi John,from a SSIS script component, I think that you will have to include your webservice reference in a separate .net project and then include the project dll as a reference in your script, and...
View ArticleMDS Web Service Scripting
Hi XavierUnfortunately for some reason the use of a proxy class is proving to be difficult. I created the library with the commands and output below. I added this as a reference in my SSIS Script...
View ArticleMDS Web Service Scripting
Hi johnplease take a look at my codeplex MDS winform app:- import /export subscription views- many examples of API usagehttp://mdsmanager.codeplex.com/Regards,Xavier AverbouchMicrosoft Community...
View ArticleMDS Web Service Scripting
HiI'm looking at ways of automating the creation of subscription views based on the current entities and their hierarchies. My initial thoughts are the only way to acheive this is via the web service,...
View Article