Are there any modules for calling a soap based web service, or a .Net based DLL?
I am currently researching if I want to continue working with the current installer for a project that I'm part of (custom C# app), or go with NSIS.
I have a two fold question. Is there any support for calling managed DLLS (e.g. something written in C#)? The systems that I am planning to install to will have the 1.1 framework installed by default, so I don't have to worry about that element.
Secondly barring this, is there any modules/functions available that would allow me to call a SOAP based web service (or even better any code that will support deploying RDL files to a SQL Server Reporting Services application?)