I have a Web service using which i want to fetch data.
I have used Web Service task in SSIS in which following are my inputs:
General Tab:
1. HTTP Connection: i have provided the web URL of the Webservice
2. WSDL FIle :Created a new WSDL file on my machine
Input Tab:
1. Service - name of the service from the Web service from the drop down list
2. Method- The name of the function which i want to use as a source
3. In the input parameter i have provided a default value for now.
Output Tab:
1. Output Type - File Connection
2. File - Created new file to contain the data from web service
Now in the output i have received some XMl code.
I am not able to figure out what needs to be done next.
I want to use this data from the XML file to load one of the table in our database.
Please suggest me some possible workaround for the same.