Web Services Task transformations

  • What i've done is taken a dataset from a web service stored it into a variable and passed the variable to a script task that creates a DataSet object

    What I need to do is call this web service that provides a list of names an email addresses and update a table in a database. Any assitance however big or small is appreciated.

    Fred

  • Fred,

    Instead of creating DataSet object (which is not very useful in SSIS), you should create SSIS script source component and implement your web service calling logic in it. Then push directly the data in the the data flow pipeline and process and update your destination appropriately.

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • Hi CozyRoc,

    Your scenario is exactly what I am trying to accomplish. Do you know of any references where I can get more detail about how to accomplish this? Thanks

  • RJ-389260 (1/14/2010)


    Hi CozyRoc,

    Your scenario is exactly what I am trying to accomplish. Do you know of any references where I can get more detail about how to accomplish this? Thanks

    I don't have anything on hand for web services, but you may check the RSS Source script, which retrieves data from RSS link and provides the information in data flow.

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • Thanks Cozy...that will get me going in the right direction.

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply