SSIS web service task parsing result.

Posted by dbengals on Stack Overflow See other posts from Stack Overflow or by dbengals
Published on 2010-04-30T02:42:50Z Indexed on 2010/04/30 2:47 UTC
Read the original article Hit count: 362

Filed under:
|
|
|

I have an ssis (2005) package that uses the web service task to download to a file destination. The file contains a string of xml data. After downloaded the file looks like this. <?xml version="1.0" encoding="utf-16"?> <string>--here is XML data with escaped characters--</string> My thought was I could then use the XML source data flow source to pull the <string> data, but when I set this up the XML source will not read the <string> as a column. It will generate an xsd and it seems normal, but no luck seeing the column. Any ideas on getting this to work? Or would there be a better way to pull the data within the file generated from the web service? Thanks.

© Stack Overflow or respective owner

Related posts about ssis

Related posts about sql