473,662 Members | 2,622 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Event notification in .NET web services

SB
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
server to the web services clients.

Thanks,

--
Kind regards,
SB
Nov 21 '05 #1
3 4969
HTTP is connectionless - once the request is processed, the connection is
severed - not maintained until the next request. The web service has no way
of notifying anyone that anything has happened, since it can't proactively
contact the clients to notify them.

"SB" <SB@discussions .microsoft.com> wrote in message
news:01******** *************** ***********@mic rosoft.com...
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 server to the web services clients.

Thanks,

--
Kind regards,
SB

Nov 21 '05 #2
SB
I agree with you. But I was looking for some support in .NET based on the
WS-Notification pub/sub model or something as part of the WSE. I have found a
document from MSDN on messaging and WS-Eventing and need to explore further.
http://msdn.microsoft.com/library/de...ist/websrv.asp

Thanks for the help.
SB
"Marina" wrote:
HTTP is connectionless - once the request is processed, the connection is
severed - not maintained until the next request. The web service has no way
of notifying anyone that anything has happened, since it can't proactively
contact the clients to notify them.

"SB" <SB@discussions .microsoft.com> wrote in message
news:01******** *************** ***********@mic rosoft.com...
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
server to the web services clients.

Thanks,

--
Kind regards,
SB


Nov 21 '05 #3
there is no official MS implementation of WS-Eventing yet.

"SB" <SB@discussions .microsoft.com> wrote in message
news:5A******** *************** ***********@mic rosoft.com...
I agree with you. But I was looking for some support in .NET based on the
WS-Notification pub/sub model or something as part of the WSE. I have
found a
document from MSDN on messaging and WS-Eventing and need to explore
further.
http://msdn.microsoft.com/library/de...ist/websrv.asp

Thanks for the help.
SB
"Marina" wrote:
HTTP is connectionless - once the request is processed, the connection is
severed - not maintained until the next request. The web service has no
way
of notifying anyone that anything has happened, since it can't
proactively
contact the clients to notify them.

"SB" <SB@discussions .microsoft.com> wrote in message
news:01******** *************** ***********@mic rosoft.com...
> 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
> server to the web services clients.
>
> Thanks,
>
> --
> Kind regards,
> SB


Nov 21 '05 #4

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

Similar topics

1
1406
by: AJ | last post by:
Hi, I am a newbee to sql server. I know there is a tool called Notification Services. I want to set up notification for specific entries in sql server table. Thanks a lot for your guidance. AJ
10
3484
by: SunshineGirl | last post by:
In my code, class A instanciates classes B and C. I would like class B to connect an event handler to a method in class A, and for class C to disconnect that event handler. I think I've done too much thinking, and now I'm even more confused as to how to accomplish this as when I started. Any help will be appreciated.
0
898
by: Sezgin Rafed | last post by:
Hi everyone, I wonder if it is possible to integrate a ASP.NET Web Application running on IIS 6.0 with SQL Notification Services. Having the ASP.NET Web Application running(user on client machine connected with IE), if data is inserted into a certain table we want the ASP.NET Web Application to detect it(or get alerted by another application) and alert the user. We thought that it may be possible to do it with SQL Notification Services,...
0
1042
by: Sezgin Rafed | last post by:
Hi everyone, I wonder if it is possible to integrate a ASP.NET Web Application running on IIS 6.0 with SQL Notification Services. Having the ASP.NET Web Application running(user on client machine connected with IE), if data is inserted into a certain table we want the ASP.NET Web Application to detect it(or get alerted by another application) and alert the user. We thought that it may be possible to do it with SQL Notification Services,...
1
1849
by: poojapatel22 | last post by:
hi all, i had created a Windows NT service in VC 6.0 and i want to develop sasme thing in VC++.Net as per my Requirement. In VC 6.0 we get the Notification Like SERVICE_CONTROL_DEVICEEVENT by Registering through "RegisterDeviceNotification" and for that we r using RegisterServiceCtrlHandlerEx. i want to get same type of notification in VC++.NET application. Is there any other method from Where i can Get The Same Thing.
9
10996
by: Jerry C | last post by:
I am trying to write to the errorlog and I am getting the error Cannot open log for source 'Application'. You may not have write access. This is the code: Dim Logevent As New EventLog("Application") Logevent.Source = "Application" Logevent.WriteEntry("Log In Error ", EventLogEntryType.Error)
11
36967
by: J055 | last post by:
Hi I have a dropdown control which is constructed in another dropdown control SelectedIndexChanged event protected void ddlParamType_SelectedIndexChanged(object sender, EventArgs e) { // some other code DropDownList ddlGroups = new DropDownList(); ddlGroups.SelectedIndexChanged += new
0
1799
by: Anthony Paul | last post by:
Hello everyone, I'm looking into SQL Server 2005's Notification Services and wasn't able to find a way to create a notification event service based on a DML event such as an Insert or an Update (looking into an alternative to triggers). I see that the SqlCacheDependency is based on some internal event mechanism and I'm wondering whether we can tap into it. Does anyoen have any details on what event or mechanism the SqlCacheDependency is...
1
1804
by: =?Utf-8?B?c2lwcHl1Y29ubg==?= | last post by:
I have a assembly from a third party that exposes an Event I want to Trap the event and tie to a Method in a Class where I am consuming their assembly. The class is actually a UserControl How can I tie OnSettingsModified from the assembly to Method Configuration_OnValid in my class ???? Thanks
0
8432
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8344
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
8857
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
8764
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...
0
7367
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5654
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
4180
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
4347
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1752
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.