473,320 Members | 1,920 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Raising Events from Web service to clients

Dear All

I have a webservice which has reference to the ATL COM, as we know that ATL
COM of VC raises events i get those events in my web service of VB.net.

But now the clients will have a web reference to this new web service, n i
need to get the events raised from the web service to its clients.

could not get a possible solution for it.

had got some article in system.remoting but am looking for some broadcast
kind of thing which will raise events to the client.

Regards
Mary
Jan 23 '06 #1
1 2936
Mary,

I believe there is a WS specification for eventing. Unfortunately, the
webservice architecture of ASP.NET doesn't support it, as far as I know.
WCF might have support for this, but this is a ways off, so that's not a
feasible solution.

In this case, you don't want to use web services, but rather, you want
to use remoting, which supports more than a request-response mechanism.

Either that, or you could create a service that you hook up to which is
out of band, meaning, the way you get notifications on the client (through a
custom protocol over a socket connection) is different from how you make the
requests (through the web service).

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Mary" <Ma**@discussions.microsoft.com> wrote in message
news:1E**********************************@microsof t.com...
Dear All

I have a webservice which has reference to the ATL COM, as we know that
ATL
COM of VC raises events i get those events in my web service of VB.net.

But now the clients will have a web reference to this new web service, n i
need to get the events raised from the web service to its clients.

could not get a possible solution for it.

had got some article in system.remoting but am looking for some broadcast
kind of thing which will raise events to the client.

Regards
Mary

Jan 23 '06 #2

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

Similar topics

9
by: CW | last post by:
I wrote an HTML based chat application. The front end is built entirely on HTML + javascript. Essentially, I have a hidden frame that's refreshed frequently and any new messages are displayed in...
2
by: Krzysztof Malinowski | last post by:
Hi, We can raise an event by calling some method the same like a delegate. Actually one event can reference a few different method each of these meets delegate declaration. Like below: (...)...
1
by: Niklas | last post by:
Hi I have a remoting client/server application. The clients subscribes to a server event. All works fine if client is used as a window application, but when the client is used with No-Touch...
2
by: Wavemaker | last post by:
I have a component class that has a set of events. The class uses a worker thread to do some processing. When it is finished with the processing, it raises the appropriate events. Problem,...
6
by: Dan | last post by:
I've created a pocketpc app which has a startup form containing a listview. The form creates an object which in turn creates a System.Threading.Timer. It keeps track of the Timer state using a...
7
by: cider123 | last post by:
I'm coding a project using the following article as reference: http://www.codeproject.com/csharp/DynamicPluginManager.asp In this type of project, plugins are loaded dynamically into a Plugin...
4
by: Dave A | last post by:
I am developing a somewhat complex component at the moment and coincidently I am also reading the Framework Design Guidelines book. After reading the section about event raising I have re-written...
0
by: Mary | last post by:
Dear All I have a ATL COM exe, this has some events and functions. i need to give web support to this exe, hence making a wrapper of this by giving this a reference in a webservice. In the .net...
2
by: Gman | last post by:
Hi, I have created a usercontrol, a grid control essentially. Within it I have a class: clsGridRecord. I have coded the events such that when a user clicks on the grid, say, the events occur on...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

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.