J
Jay
In a loop I am calling a web method 20 times and passing it a string
parameter. Even though my routine is looping all 20 times the web service
is only executing 10 times... almost like my side is going too fast.
E.G.
....
xmlr.read()
do while xmlr.readstate <> xml.readstate.endoffile
call web method here
loop
Any ideas?
parameter. Even though my routine is looping all 20 times the web service
is only executing 10 times... almost like my side is going too fast.
E.G.
....
xmlr.read()
do while xmlr.readstate <> xml.readstate.endoffile
call web method here
loop
Any ideas?