Ask a Question related to ASP.NET Web Services, Design and Development.
-
soni29 #1
webservice, make thread wait for ok
hi,
we're working on a project where we spawn a thread which calls a
webservice, stock check, sometimes the stock checker takes too long to
respond, and our thread dies out before the response can be received,
is there anyway to make the thread wait longer to get the response,
assuming thread is dying from .net framework possibly killing it due it
just waiting for a delayed response. any suggestions?
soni29 Guest
-
How to make function wait for HTTPService completion
Dear group, I have a function that creates a new HTTPService(), sends the request and then creates a new ComboBox() intended to display the data... -
Sync Webservice call that MUST wait for Distributed System to process
I have a distributed system that processes documents. There currently is an Async Webservice in place and this works fine. My customer is... -
Make movie wait to load in an html page
Hello I'm pretty new to Flash, but I've created a small movie (banner style) that plays in an html page. Everything works O.K. except that I'd... -
Call to webservice doesn't wait to return
Hi All, I have created a ASP.NET web service with a web method. This method retrives data from SQL Server and returns it as an XML string. Now... -
Asynchronous webservice call, UI thread issue in asp.net
Hi, I am calling a webmethod asynchronously using a callback delegate. I have implemented begin and end webmethods inside my webservice class.... -
Mujtaba Syed #2
Re: webservice, make thread wait for ok
Use an appropriate value for the Timeout property of your web service proxy.
Also, this looks like a great opportunity to use the web services
asynchonously.
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconcreatingasynchronousxmlwebservicemethod.asp[/url]
Mujtaba.
"soni29" <soni29@hotmail.com> wrote in message
news:1103127489.784006.309460@c13g2000cwb.googlegr oups.com...> hi,
> we're working on a project where we spawn a thread which calls a
> webservice, stock check, sometimes the stock checker takes too long to
> respond, and our thread dies out before the response can be received,
> is there anyway to make the thread wait longer to get the response,
> assuming thread is dying from .net framework possibly killing it due it
> just waiting for a delayed response. any suggestions?
>
Mujtaba Syed Guest



Reply With Quote

