Ask a Question related to ASP.NET Web Services, Design and Development.
-
David Elliott #1
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 requesting a Sync Webservice call. I am trying to determine the best
way to implement this.
I thought I would have the Sync call to enter a sleep state and upon waking check a
ArrayList that was populated at the completion of the processing. If there is a doc then
return it, otherwise sleep.
Any thought would greatly be appreciated.
Dave
David Elliott Guest
-
Offline webservice and sync?
Hi, Does anyone have a solution for the following situation? We have a web service that customers send orders to via the web. If the web... -
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... -
Distributed File System question -
Hi all. I wonder if somebody could assist me. I'm going to be rolling out a Server 2003 network and I am attempting to get DFS working. I have... -
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... -
sync webservice
no need to cross-post! See reply on the other newsgroup microsoft.public.dotnet.framework.webservices Cheers, -Dino "Ran"...



Reply With Quote

