RE: Fire Event to Server-side

From: Dan Rogers (danro_at_microsoft.com)
Date: 12/03/04


Date: Fri, 03 Dec 2004 23:02:12 GMT

Think of the web service as a receive port, from an eventing perspective.
As such, you can have the client send a request (which is your event) to
the service - and thus accomplish your goal. You save having to have a
custom port listener, custom protocol, custom serializer/marshaller, custom
parser).

Regards

Dan Rogers
Microsoft Corporation
--------------------
From: "Curtis Kam" <lun1008@hongkong.com>
Subject: Fire Event to Server-side
Date: Tue, 9 Nov 2004 15:36:10 +0800
Lines: 15
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
Message-ID: <#X60L7ixEHA.260@TK2MSFTNGP11.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework.webservices
NNTP-Posting-Host: 202.64.150.238
Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXS01.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08
phx.gbl!TK2MSFTNGP11.phx.gbl
Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.webservices:7314
X-Tomcat-NG: microsoft.public.dotnet.framework.webservices

Dear all,

I'm now using TCP socket using user-defined protocol to communicate between
two machines (server and client). But now, I'd like to introduce a Web
Service in my server-side. If my client software subscribes the web service,
does it have the flexibilty to fire a event to server? That is, is there any
similar function just like DCOM (they can fire event to each other and
remote function call)?

Thanks in advance.

Regards,
Curtis



Relevant Pages

  • Re: Stumped - Strongly Typed Arrays question (with simplified code example)
    ... class that encapsulates the custom array type. ... But, in the same context of using the web service versus remoting, I ... array manipulation methods as a web service simply because that allows ... Windows Forms client all use the same manipulation methods) and to ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Where Is Client-Side Support for Deserializing/Consuming JSON?
    ... most ajax libs have a "safe" component, usually built into the web service call. ... the JSON-serialized value received in the client from the Web service. ... There is apparently a whole lot of server-side support for serializing TO JSON, and server-side support for deserializing from JSON received from the ...
    (microsoft.public.dotnet.framework.aspnet)
  • WebService consumer in .NET; synchronous calls and client timeouts...
    ... I have prepared a .NET 1.1 client application that consumes a remote, ... certain times, under heavy server-side loads, my calls to certain web ... this seems to me to be turning what I'm expecting to be ... Should web service method calls that timeout through the client proxy ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Exception
    ... Catch the exception at the web service and then throw your own custom ... exception to the client that is populated with whatever information you want ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Implementing a common SOAP Header across multiple Web Service Pages
    ... to set a client up to reference multiple Web ... the Web Service site would ... Your point about leaving the ASMX page as lean as possible and acting just ...
    (microsoft.public.dotnet.framework.webservices)