Issue downloading WSDL file

  • 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?

  • You need to make sure the account running the job has access to the WSDL and remember the WSDL is loaded to a temp directory in my case this was the directory:

    C:\Documents and Settings\SQLServiceAcct\Local Settings\Temp

    This was the problem I had when running under a proxy account, since the proxy didn't have access to the temp directory.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply