I am trying to download WSDL file from a web service task inside SSIS package. I have tested the http connection and it works fine, but when I try to download the WSDL file, I get the following error:
Access is denied, (Exception from HRESULT: 0x80070005(E_ACCESSdenied)).
I could not figureout what seems to be the problem. Can anyone help me with this?