Re: events in WSE, Host as Windows service

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: John Bristowe (johnb_at_quadrus.com)
Date: 05/10/04


Date: Sun, 9 May 2004 22:09:07 -0600

Raja,

Comments inline.

John

> I have to write an application that will run over network such that
> Server sends events to all the clients periodically. Clients can call
> on server process.
>
> 1) I know that Remoting supports .Net events and that Remoting
> server can be run as a Windows Service. In my architecture, I
> can not use IIS Web Server. As I understand "ASP.Net Web
> Service" in its current form does not support "events" and can
> not run as "Windows Service". Is that true ?

WSE supports a numerous message exchange patterns (MEPs) - including one-way
messages (AKA, notifications) - through the
Microsoft.Web.Services.Messaging.SoapClient class.

FWIW, the WSE pipeline can be hosted independently of the ASP.NET HTTP
runtime.

> 2) I read a few articles on MSDN. As I understand, in future
> webservices will support "events" as well as they can be hosted
> as Windows Service.
>
> 3) Does WSE 2.0 supports "Events" and "Windows Service
> hosting" in web services ?

Yes (see above) and yes (see above).

> If yes, can we use them from Visual Studio.Net 2003 ?

Absolutely!

> If no, will it be available with Whidbey release ?
>
> 4) As far as you know, when is Whidbey being released and
> how close the official beta be to the real release ?



Relevant Pages

  • Re: Looking For Code Sample and Request Feedback
    ... I would prefer to use a Windows Service but a web service will do to. ... What is very easy to do on a Server 2003 and with VBNet? ... > I am looking for a code sample that communicates from a client to a remote> Windows Service on another computer over the internet, that is the Windows> Service performing instructions the client sends. ... the client does the office automation and the actual> communication of the commands to this server. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Automatic startup of .NET server-side object?
    ... data from the client to the server, and I do not want to require a login ... before startup (I am using a console app in my prototyping). ... Does a Windows service have access to the local file system? ... > security/authentication of IIS ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: Best architecture - upload file and save on different server
    ... port with a different set of credentials to the asp account. ... permissions to map to the remote server. ... So use a Windows service so authentication is not a problem?? ... Then use a windows service to FTP the file to server two ...
    (microsoft.public.dotnet.framework.aspnet)
  • SimpleXMLRPCServer runnning as a Windows Service using win32serviceutil
    ... connect but it breaks the Windows service functionality (can't stop the ... import win32serviceutil ... import SimpleXMLRPCServer ... server = SimpleXMLRPCServer.SimpleXMLRPCServer) ...
    (comp.lang.python)
  • Re: Displaying a popup from a windows service using .NET remoting
    ... A Windows Service that acts as a remoting server. ... A client UI piece that launches with each login (i.e. in the same ...
    (microsoft.public.dotnet.framework.remoting)