dbTalk Databases Forums  

Saving Webservice o/p to a variable

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Saving Webservice o/p to a variable in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Butchi Satuluri
 
Posts: n/a

Default Saving Webservice o/p to a variable - 10-31-2006 , 07:45 PM






Hi,

From a SSIS package, I want to query a web service, which retuns a xml
string (nothing but ds.getXml() ), and then load this data into a sql server
table.

So I want to save the web service output to a variable and use the variable
for XML source adaptor. But I am facing some problems.

I first tried saving the webservice output to a file and creating the xsd, I
am not getting the column in the XSD. I checked the output xml file. If I
open teh xml file using a browser, it is perfect.

Can anyone help me how do I solve this problem.

Regards,
Butchi Satuluri

I need to read the data from a web service (which basically returns
ds.getxml()), save the data into a variable and later use this as xml source


Regards,
Butchi Satuluri

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.