Wednesday, 18 September 2013

Find the best solution for read file and call web service

Find the best solution for read file and call web service

I have a text file which has about 100,000 records of identifier.
I must read all of record, each record i do request to web service and
receive the result from web service, the result i write to another file.
I'm confuse between two solution: - Read identifier file to a list of
identifier, iterate this list, call web service, .... - Read identifier
line on each line, call web service, .....
Do you think what solution will be better ? program will do faster ?
Thanks for all.

No comments:

Post a Comment