Is it possible to do this under SSIS 2005? How? I see I can add a reference to system.web.services.dll.. but then what?
The web service was developed in vb.net/vs.net 2005 and I have no problem adding and consuming it from a web page developed using vs.net 2005 - asp.net/vb.net.
Thanks for any help or information.
VSA won't allow you set a web reference. You can compile the proxy created by Visual Studio and reference that.|||
Jay is absolutely correct. Script Task uses VSA as its dotnet editor and that does not support web references.
Although it doesn't help you much now...the functionality you are after will be in katmai. In the meantime, do what Jay suggested.
-Jamie
No comments:
Post a Comment