SSIS web service task parsing result.
- by dbengals
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…