Capturing XML into a file from a URL with SSIS
I need to capture an XML file which is sent in response to a URL and then import it into SQL. We could save it to an XML text file and then import to sql, don't care what the steps are. Does anyknow know how to do this with SSISAndrew Lindzon
May 18th, 2011 12:00pm

I think that this is similar to what you are looking to do. http://blogs.msdn.com/b/mattm/archive/2009/02/19/read-an-rss-feed-from-ssis.aspx Russel Loski, MCITP Business Intelligence Developer and Database Developer 2008
Free Windows Admin Tool Kit Click here and download it now
May 18th, 2011 1:51pm

Hi Andrew, need specifics because in them great details lie... do you also need to initiate the "response to URL" from the SSIS package? Sounds like you are going to consume XML off a WebService. An example of how to import such an XML file: http://geekswithblogs.net/Compudicted/archive/2010/12/21/loading-xml-file-containing-leading-zeros-with-ssis-preserving-the.aspxArthur My Blog
May 18th, 2011 1:51pm

Hi Andrew, Could you please tell us about your current status of this problem? Webservice and RSS feed are the best fit for your problem. do you need more assitance?Thanks Ayyappan Thangaraj UG Lead, Puducherry, http://SQLServerRider.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
May 18th, 2011 4:00pm

Still trying to figure out if there is a way to capture an XML file which is sent as a response to a URL into SSIS for import into sql. If you manually put the URL into a browser, the data appears in the browser window. Andrew Lindzon
May 19th, 2011 7:45am

you can use Script task and write .NET code to read xml file with C# or VB.NET code. just google it and you will find lots of links. http://www.rad.pasfu.com
Free Windows Admin Tool Kit Click here and download it now
May 19th, 2011 8:07am

Still trying to figure out if there is a way to capture an XML file which is sent as a response to a URL into SSIS for import into sql. If you manually put the URL into a browser, the data appears in the browser window. Andrew Lindzon You have to implement HTTP download script. Check here for reference how to do it. After you download the file, you can use the regular XML Source component to process it.SSIS Tasks Components Scripts Services | http://www.cozyroc.com/
May 20th, 2011 8:23am

here is an other example of downloading a file from a website: http://microsoft-ssis.blogspot.com/2011/05/download-source-file-from-website-with.html Please mark the post as answered if it answers your question | My SSIS Blog: http://microsoft-ssis.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
May 20th, 2011 1:43pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics