Ask a Question related to ASP.NET Web Services, Design and Development.
-
shailesh #1
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 I have
added a web reference to this web service in a VC++ 7.1 (unmanaged) project.
I call the web method in my VC++ code. The problem I am facing is that the
line next to the line that calls the web method is executed even before the
call to the web method returns, causing inconsistencies in my code. I would
like to know how I can make the execution wait till the call to the web
method returns? Sample code will help a lot.
Regards.
Shailesh.
shailesh Guest
-
Return value from ExternalInterface.call method
Hi people, I can not achieve to get any return value from javascript other than null. In th HTML container I have a functions like this: ... -
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... -
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... -
Waiting Time for WebService Call Return
hi all, I have a Client Calling a WebService. In the WebService there is a While Loop which runs for 2 min. After that iam returning some value... -
In loop wait for function return
I would like to loop through a few URL's utilizing the LWP::Simple get function. Using the existing 'logic' ( or lack thereof ) is there a way to...



Reply With Quote

