Hi Xavier
Unfortunately 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 Component. However I cannot reference any of the classes or methods expected as per your examples. This is unusual I've used web services before using the proxy method with ease, I'm I missing something?
F:\MDS\MDSProxy>svcutil.exe
http://localhost:8081/Service/Service.svc /out:mdsSe
rviceSVC.cs /messageContract /tcv:Version35 /noconfig /ct:System.Collections.Obj
ectModel.Collection`1 /namespace:*,Microsoft.MasterDataServices
Microsoft (R) Service Model Metadata Tool
[Microsoft (R) Windows (R) Communication Foundation, Version 3.0.4506.2152]
Copyright (c) Microsoft Corporation. All rights reserved.
Attempting to download metadata from 'http://localhost:8081/Service/Service.svc'
using WS-Metadata Exchange or DISCO.
Generating files...
F:\MDS\MDSProxy\mdsServiceSVC.cs
F:\MDS\MDSProxy>sn -k mdsServiceSVC.keys
Microsoft (R) .NET Framework Strong Name Utility Version 3.5.30729.1
Copyright (c) Microsoft Corporation. All rights reserved.
Key pair written to mdsServiceSVC.keys
F:\MDS\MDSProxy>csc /keyfile:mdsServiceSVC.keys /target:library mdsServiceSVC.cs
Microsoft (R) Visual C# 2008 Compiler version 3.5.30729.4926
for Microsoft (R) .NET Framework version 3.5
Copyright (C) Microsoft Corporation. All rights reserved.