When adding Service References in Visual Studio, you get similar objects and methods for both the Archive.wsdl and the Assets.wsdl (for example, CreateFolders and GetFileDetails - and their associated types). Is there any way to use the same objects for both within a project, so code doesn't have to be duplicated.
It looks like this is not possible in Visual Studio because they have diffenent Namespaces, but not sure if I'm missing something, or someone has any other ideas.
Thanks!