Webservice callback
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
- From: "Chuck Vance" <nomail@invalid>
- Date: Sun, 23 Mar 2008 20:49:42 +0100
Hi NG,
I want to use a Webservice to pass data from a client to the WebServer. The
client then immediately gets the response "Data send - wait for the result".
After a while (after the data has been processed) the Webserver has to pass
the calculated data to client.
One way could be to let the client request "Data Ready?" every x
milliseconds.
Another way could be to call the WebService asynchronously (or by with a
callback-delegate) - if this can be done.
Or maybe ther is a better way to do it?!
Thanx in advance
Chuck
.
Relevant Pages
- RE: soapexception occurs with http status 401: unauthorized
... Your web service is not running as the client user. ... There is a already existing webservice which exposes certin methods ... There exists client's which uses the methods exposed by this webservice. ... Message message, WebResponse response, Stream responseStream, Boolean ... (microsoft.public.dotnet.framework.aspnet.webservices) - Re: WSE352 Size of the record exceed its limit
... The webservice is a WSE service component soap client. ... you're developing an .net webservice which uses WSE ... (microsoft.public.dotnet.framework.webservices) - RE: Error on SOAP Call on only one machine: Could not find default endpoint element that references
... "Service Reference" is a proxy class used for consuming WCF service. ... Though WCF client can also consume standard XML webservice, ... Microsoft MSDN Online Support Lead ... (microsoft.public.dotnet.languages.vb) - Re: Webservice problem (after iisreset)
... I was speaking about whatever means you're suing the make the call from the client. ... If it already waits one minute for the failure then it sounds like the timeout is already high enough. ... So use wsdl.exe to generate a .NET proxy to your webservice to see if that style of client has the same problems or not. ... If it does, then it sounds like something on the server, if it does not then it's likley your HTC framework. ... (microsoft.public.dotnet.framework.aspnet.webservices) - Re: How does the client of a webservice figure out a complex type
... attribute with a hint for the client side proxy this is a DataSet. ... >if the wsdl does not contain any reference, ... >> As for how webservice client figure out a complex type, ... (microsoft.public.dotnet.framework.webservices) |
|