简体   繁体   中英

How do I call a webservice using a script task in SSIS

I have to call a webservice method with parameter in an SSIS package without using the Web Service Task in 2005. However, no add web reference is coming there in the script component. How can I retrieve the methods available on a given webservice?

If you have WSDL then you can use Add Service Reference to SSIS script task project. else you can create a client proxy class using svcutil.exe and create channelFactory method to create a proxy for you webservice and access your method.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM