Running WebMethos Fails half way thru...

  • Thread starter Thread starter Jay
  • Start date Start date
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top