SSIS - Control characters in XML output

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ralph Murgia
    New Member
    • Apr 2015
    • 1

    SSIS - Control characters in XML output

    I set up a Web Service Task in SSIS with the following Server URL: http://www.webservicex .net/globalweather.a smx?WSDL, Service:Global Weather, Method:GetCitie sByCountry Output File:WeatherOut put.xml. It runs fine and produces the data, but contains control characters. Instead of < and >, it shows &lt; and &gt;.
Working...