﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Integration Services / Data Warehousing  / Post to a web service from SSIS? / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Mon, 20 May 2013 12:00:13 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Post to a web service from SSIS?</title><link>http://www.sqlservercentral.com/Forums/Topic1420080-364-1.aspx</link><description>[quote][b]Carl Waitz (2/15/2013)[/b][hr]Interesting approach. Thanks for the reply. And you're right -- something like a Web Service Destination was what I was looking for. With your approach, how exactly would I pass the current variable record to the Web Service Task? Using the "Input" tab?[/quote]When you setup the inputs check the Use Variable box and set it to a valid variable name. In the ForEach Loop Container map the columns from your DataTable into those same variables.</description><pubDate>Fri, 15 Feb 2013 08:43:45 GMT</pubDate><dc:creator>opc.three</dc:creator></item><item><title>RE: Post to a web service from SSIS?</title><link>http://www.sqlservercentral.com/Forums/Topic1420080-364-1.aspx</link><description>Interesting approach. Thanks for the reply. And you're right -- something like a Web Service Destination was what I was looking for. With your approach, how exactly would I pass the current variable record to the Web Service Task? Using the "Input" tab?</description><pubDate>Fri, 15 Feb 2013 07:00:52 GMT</pubDate><dc:creator>Carl Waitz</dc:creator></item><item><title>RE: Post to a web service from SSIS?</title><link>http://www.sqlservercentral.com/Forums/Topic1420080-364-1.aspx</link><description>It sounds like you are looking for a "Web Service Destination" Component inside the Data Flow Task but you will not find one there. How you might deal with it, without using a Script Component in your Data Flow setup as a Destination which might be the simplest way to go about this I think, is in your Data Flow Task capture the rows you want to send into the web service into a Variable of type Object, i.e. an ADO.NET DataTable. Then, back on the Control Flow use a ForEach Loop Container to iterate over the Variable that now contains a DataTable and call your web service using a Web Service Task inside the loop container.</description><pubDate>Fri, 15 Feb 2013 05:21:58 GMT</pubDate><dc:creator>opc.three</dc:creator></item><item><title>RE: Post to a web service from SSIS?</title><link>http://www.sqlservercentral.com/Forums/Topic1420080-364-1.aspx</link><description>I'm using the Web Service Task with no trouble to read, and my first assumption since I could see posting methods as an option was that I would be able to write records to the web service using it, but I only see how to read with it. Are there instructions some where?</description><pubDate>Thu, 14 Feb 2013 17:18:13 GMT</pubDate><dc:creator>Carl Waitz</dc:creator></item><item><title>RE: Post to a web service from SSIS?</title><link>http://www.sqlservercentral.com/Forums/Topic1420080-364-1.aspx</link><description>Have you looked into the [u][url=http://msdn.microsoft.com/en-us/library/ms140114.aspx]Web Service Task[/url][/u]? If so and you found it lacking can you describe more about what you are trying to do?</description><pubDate>Thu, 14 Feb 2013 16:53:15 GMT</pubDate><dc:creator>opc.three</dc:creator></item><item><title>Post to a web service from SSIS?</title><link>http://www.sqlservercentral.com/Forums/Topic1420080-364-1.aspx</link><description>I'm still fairly new to SSIS and, though I have no trouble receiving records from a web service, I have been unable to discover how to write records to (i.e., post to) a web service from within SSIS other than, perhaps, scripting. Could someone point me to an article or other resource on how to post to a web service from SSIS? Thanks!</description><pubDate>Thu, 14 Feb 2013 07:52:26 GMT</pubDate><dc:creator>Carl Waitz</dc:creator></item></channel></rss>