For Programmers: Free Programming Magazines  


Home > Archive > Microsoft Webservices > May 2006 > Running WebMethos Fails half way thru...









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Running WebMethos Fails half way thru...
Jay

2006-05-17, 7:08 pm

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?


Gaurav Vaish \(EduJini.IN\)

2006-05-18, 10:04 pm

By any chance is server-side caching enabled?

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


"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?
>
>



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com