RE: Fire Event to Server-side
From: Dan Rogers (danro_at_microsoft.com)
Date: 12/03/04
- Next message: Dan Rogers: "Re: DataSet, Relation, IsNested and WebService"
- Previous message: Dan Rogers: "RE: Soap Response"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Dan Rogers: "Re: DataSet, Relation, IsNested and WebService"
- Previous message: Dan Rogers: "RE: Soap Response"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|