Re: Events from a web service ?



"Navin Mishra" <navin.mishra@xxxxxxxxxxx> wrote in message
news:%23Wzb70O8GHA.4012@xxxxxxxxxxxxxxxxxxxxxxx
How one could get events from .NET web service using .NET 1.1 or .NET 2.0
? Any inputs on strategies that could be used while WS eventing
implementation from MS is not available.
--------------------------------------------------------------------------------

Perhaps HTTP chunking to get events from web service to
clients ? Basically one HTTP request to GetEvent() and them basically an
infinite number of HTTP responses can be sent to the client application.

Or one could issue a GetEvent request to a web service in a separate
thread, block until response is received and then block again ? But
wouldn't it block the .NET web service method and potentially blocking all
ASP.NET thread pool threads for large number of clients ?

There's nothing like this in the basic web services standards. The closest
thing would be asynchronous requests. The client could make an asynchronous
request, and be notified when the server responds (or when the request times
out).

John


.



Relevant Pages

  • Re: http-requests von ueber 15 Stunden
    ... Es gibt praktisch keine HTTP/0.9 Clients mehr. ... RFC1945, Abschnitt 3.1 "HTTP Version" ... Die in 5.1.2 gemachte Einschränkung "The absoluteURI form is only allowed ... when the request is being made to a proxy." ...
    (de.comp.security.misc)
  • Need advice on security setup
    ... Business Services layer will be implemented as XML Web Services. ... There will be several "clients" to the service layer. ... I need to authenticate each request to my services layer, ... credentials in the web service request, ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Web services, JAX-RPC, SOAP and Tomcat
    ... I have genereated and used a client for my web service using JWSDP 1.5 ... I found that the content-type and accept http headers are different. ... The problem is that with the text/xml MIME-type, my request works as ... Cache-Control: no-cache ...
    (comp.lang.java.programmer)
  • Events from a web service ?
    ... Perhaps HTTP chunking to get events from web service to ... infinite number of HTTP responses can be sent to the client application. ... Or one could issue a GetEvent request to a web service in a separate thread, ... thread pool threads for large number of clients? ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: How complex is this, really?
    ... take calls when customers call and complain they did not get the ... it's a way to make a request over HTTP, with or without data being sent; ... services and if learning to write a web service to do this project is ...
    (microsoft.public.dotnet.framework.aspnet)