I have zero experience with COM. I actually never thought, I'll need to do something with COM, thinking it's something that I luckily managed to avoid. Oh, well.
I need to create a wrapper for Web Services, which could be used from COM. I was hoping, that it's a solved problem, but failed to find an easy solution (for example: just generating a wrapper from WSDL).
A sidenote: Apparently, I also can't use .NET Framework (I could solve my problem easily with the help of COMVisible attribute, right?), unless I'll prove, that it's not that hard to install it on hundreds of machines. Proving that seems easier than my other alternatives at the moment. Today is a weird day.