I am using SSIS 2008 to insert data to a Sql 2008 database. The source of data is from a web server so I set up the web services task, xml task and the data flow task. For testing purposes I used the web services "Phone Verify" and
I configured teh web services task with three variables, Row Count, PhoneReturn and PhoneVeriftResponse and the xml task with appropoate "input" and "output". So I set up the linkage staring from web services to xml and to data flow task.
I also set up a break point inthe xml task so that I can see the values in the variable. I tested the web services and xml task and it worked and I can see the xml string coming back as the same way when verifying it over a browser. However on the data flow
task I created a xml source task and configure it with the option xml data with variable and an OLE DB destinatin task connecting to a Sql database. However the xml source task I could not configure it to make it work. I wonder if I did something wrong
Kahlua