Order of execution of 2 datasets based on webservice calls

  • Hello,

    I have a report that uses multiple datasets :

    - 2 SQL datasource

    - 2 web service datasource.

    All datasets are integrated into the single report.

    The problem i'm facing now is that dataset4 (webservice call) needs to get a value that is generated in dataset3 (webservice call).

    This is due to security restrictions that the server which hosts the webservices can only handle a sessionid which is generated from the same server that is calling the webservice server.

    So dataset3 is used to call the webservice server and gets a sessionid in return which i need to use into dataset4 which calls the data.

    I have already found several threads on this issue, but always in combination with SQL server serialisation configuration, never with XML serialisation.

    Can anybody point me into the right direction ?

    If it's not clear i'll give more explanation if needed.

    Thanks

  • Try looking at this thread, it looks like it addresses a similar situation:

    http://www.sqlservercentral.com/Forums/Topic966325-150-1.aspx

    Good luck!

    ~EJM

Viewing 2 posts - 1 through 1 (of 1 total)

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