Hi ,
I have an issue about web services which i require your assistance. The device is working properly when i create an xmlString which has between 300-500 records in it.
But when it gets over 500 records (eg 1400) I replace my xmlString with a for loop. But unfotunately this makes the device pause and it terminates. I have the same issue when I run the program in debug mode and also in release mode.
The program runs the for loop for max 500 records but it terminates itself when records gets over 500. So I will be so grateful if you come up with an advice and help me out with this problem.
I have an issue about web services which i require your assistance. The device is working properly when i create an xmlString which has between 300-500 records in it.
But when it gets over 500 records (eg 1400) I replace my xmlString with a for loop. But unfotunately this makes the device pause and it terminates. I have the same issue when I run the program in debug mode and also in release mode.
The program runs the for loop for max 500 records but it terminates itself when records gets over 500. So I will be so grateful if you come up with an advice and help me out with this problem.