Click here to Skip to main content
15,909,953 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a task where I need to read excel file (which may contains about 100 - 1000 rows) and for each record I need to make a webservice call. The response from the webserice contains a status. I need to check the value of staus and if the status is "completed" then I need to display that record in a grid.

Is anyone know how to call so many webservice calls from single asp.net page? Is it possible with out getting timout issues? What is the best way of doing this?

Thanks in advance,
Rob
Posted

1 solution

HI
If list of web services is already know to you then you need to add web service reference [proxy] of all the web services and then in the web.config file put all the web service URL for key

When you read record from excel then you can also read at the same time web service URL from web.config file

You may need to use threds for reading excel file and make web service call and then check for web service response for the status
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900