How feasible is it with VBA in MS Excel 2010 to make a SOAP call over HTTPS with proxy-based authentication and basic access authentication?
I've implemented the same SOAP calls in Python and Perl scripts, but would like to make these calls in Excel via a macro.
After some investigating, there doesn't seem to be any supported SOAP library for MS Excel 2010 with the functionality that's required to authenticate.