Home All Groups Group Topic Archive Search About

Running WebMethos Fails half way thru...

Author
17 May 2006 3:07 PM
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?

Author
19 May 2006 3:45 AM
Gaurav Vaish (EduJini.IN)
By any chance is server-side caching enabled?

--
Happy Hacking,
Gaurav Vaish
http://www.mastergaurav.org
http://www.edujini.in
-------------------


Show quoteHide quote
"Jay" <msnews.microsoft.com> wrote in message
news:OJLxnOceGHA.3888@TK2MSFTNGP02.phx.gbl...
> 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?
>
>