473,592 Members | 2,921 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Web Services Eventing

Hello,

I am planning and researching an application in which a given number of
client applications would register interest with a web service, this
web service would then monitor a value and when this value changes
would broadcast to all clientsstating that this change has occured (A
simple eventing mechanism). I see on msdn there is a WS-Eventing
standard however no implementations by Microsoft exist in a released
product.

I do believe that Indigo (WCF) will have this support. I was wondering
if anybody had any experience with this either using Indigo or without
Indigo (Ideally without). My concern of Indigo is that it is a beta
product and I would be shaky about using early technology for a
production system. But on the otherhand if i tried to roll a
WS-Eventing implementation myself it would be a waste especially if an
Indigo release is only round the corner.

Any Ideas suggestions would be most appreciated.
Regards

Michael P Phillipson

Aug 15 '06 #1
0 912

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
4805
by: Lex | last post by:
I have an app that allows for cross process eventing. I have a server that instantiates a shared object that external processes can remotely get a refernce to and register for events. The problem I have is when one of the clients die uncleanly without unregistering for the event. The remote object does not know that the client is gone an still tries to call the delegate for that client. This results in a socket exception after a few...
2
4951
by: John Jenkins | last post by:
Does anyone have any introductory references to either WS-Addressing, or WS-Eventing, with perhaps worked examples?? Thanks
1
7554
by: Stefan Lischke | last post by:
hi there, I have a lot of problems generating code for the new "WS-Eventing" Specification http://schemas.xmlsoap.org/ws/2004/08/eventing/ Is it possible, that after IBM joined this spec. the code can only be generated by the WSDL toolkit from IBM?????
3
4964
by: SB | last post by:
Having gone through couple of books on .NET web services, I could not find any details event notification. They all cover in detail the coomon request/response web services implementation. I would like to know how to implement the event notification from .NET web services that is related to the publisher/subscriber model. Any sample code or links to online resources would be very helpful. I need to know this in order to send events from the...
1
1468
by: rawCoder | last post by:
Hi, How does WS Eventing works around the problem of the subscriber client being a Winform Application and behind firewall / Proxy server? In Other Words ... If I have a Windows Form application that needs to work as a Subscriber in a WS Eventing mechanism. And the application can run at any environment that may or may not be DIRECTLY connected to the internet i.e. the client accesses the internet via a proxy server. In such case how...
1
5071
by: tom | last post by:
Hi all, I hope I can explain my problem clearly. I have a .NET c# windows application calling a localhost web service using asynchronous callback. While still waiting for the result, the user decides to end the application, my application then cast the applicable IAsyncResult to a WebClientAsyncResult object and call the Abort() method of the latter
0
960
by: brking | last post by:
How do you implement an asmx web service using someone elses WSDL, like WS-Eventing ? That is, how can a client implement an event sink in asmx against this spec ? Do they need to disable SoapAction ? Do they have to use the WS-Eventing namespace for their service implementation ?
0
897
by: Sam | last post by:
I've tried out a psudo WS Eventing via client calling Async WS methods calls and server in a while-checkCondition-sleep loop and that seems to work (at least in simple testing). But is there a way to forego the while loop and use Eventing withing the WS instead? I'm not all that familiar with C# but was wondering if there is a way to subscribe to an event in a given method and wait for the event in the same method; sort of like how you...
1
1334
by: =?Utf-8?B?Q2hyaXM=?= | last post by:
Hi, we have data points coming in quickly a few times a second and need to push it out to many clients (Flex, if its important...) who subscribe to receive the data without polling for each point. I believe this is called Webservices Eventing... Can somebody point me to an example of this sort of thing in C# / ASP.NET? Thanks.
0
7871
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8236
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8366
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
5735
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5400
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3851
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
3893
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2379
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1467
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.