Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Web service with ticket no in ssis 2008

Author  Topic 

krishan
Starting Member

1 Post

Posted - 2009-10-13 : 08:13:56
Hi,

I have SSIS Package which going to call webserive.
my package flow is read value from table A and insert into table B

i found that, i can use script component(Data flow) and Web service task(Control Flow ) for web service.


Actually my web service will give ticket no with response time when i give request.

then i have to call the same web service as a input of ticket no. so i can get my result as single value (string type).

so how can i implement this in ssis 2008.
   

- Advertisement -