Hi all,
I found the solution!!!
The Call to the web service / SSIS package is dependent on the browser settings of the machine/server the package is running on.
This is the first time I come across this, it makes sense if you think about it. Before adding proxy settings into Internet explorer i tried adding these settinginto the HTTP Connection manager, but it didn't work. The only other difference then was the settings of IE which was setup on my local machine, but not on the server I am implementing on.
Hope this makes sense. Hope someone else can benefit from this.
Main Topics
Browse All Topics





by: experts555555Posted on 2009-02-18 at 05:44:52ID: 23670095
Hi,
asks.WebSe rviceTask. Webservice TaskExcept ion: The Web Service threw an error during method execution. The error is: The request failed with HTTP status 502: Proxy Error ( The ISA Server denied the specified Uniform Resource Locator (URL). )..
Thanks, I'd like to add that after re-creating the SSIS package I get the following error:
SSIS package "AutoUpdatePackage.dtsx" starting.
Error: 0xC002F304 at Call Update Web Service, Web Service Task: An error occurred with the following error message: "Microsoft.SqlServer.Dts.T
at ...
something tells me the server the Web Service is located on is blocking something, but why then can I browse the web service via Internet Explorer?