Questions tagged [ws-eventing]

WS-Eventing is a W3C standard protocol allows Web services to subscribe to or accept subscriptions for event notification messages.

WS-Eventing is a W3C standard protocol allows Web services to subscribe to or accept subscriptions for event notification messages. It is part of the Web service specifications (WS-*).

9 questions
3
votes
3 answers

Does WCF support WS-Eventing?

I know WCF supports many WS-* protocols but WS-Eventing does seem to be listed. I do know that WCF has a pub/sub model, but is it WS-Eventing compliant?
mrbradleyt
  • 2,312
  • 7
  • 33
  • 38
2
votes
1 answer

What are some good examples of a WS-Eventing client in Java?

There are a few web service frameworks available for Java: Axis2, CXF, JBossWS, and Metro. Does anyone have some good examples of a WS-Eventing client with these frameworks?
Joshua
  • 26,234
  • 22
  • 77
  • 106
2
votes
2 answers

WS-BaseNotification vs WS-Eventing

According to literature on the web, I can see that there are two specifications related to Web Services Eventing: WS-BaseNotification - submitted by OASIS in 2004 WS-Eventing - submitted by W3C in 2006 To me, both seem to have the same…
1
vote
0 answers

Publish events directly to a topic in wso2 ESB

I want to publish events directly to a topic in WSO2 ESB, rather going through an event mediator configured in a proxy or an API. I'm using WSO2 DSS as my event source. Is there any support or workaround on this? Thanks in Advance
1
vote
1 answer

What is the best way to implement a SQL(database) Listener?

What is the best way to implement a generic database which monitor a table and trigger an event(ws-event) when the table get updated. Is there any standard way to do this?
poohdedoo
  • 1,258
  • 1
  • 18
  • 42
1
vote
1 answer

Axis2C Savan - Publishing to Data Sink failed

all, I am trying to get familiar with Axis2/C framework and I am not able to get working the sample(weather service - subscriber - listener) for WS-Eventing that comes with Savan module. According to the log file, there is a problem with url adress,…
JeFf
  • 346
  • 5
  • 16
0
votes
1 answer

iPad : WS-Eventing

Can the iPad subscribe to WS-Eventing (Web Service Eventing) notifications? Because iOS doesn't appear to have native SOAP support, I am guessing not, but need to confirm.
Ian Vink
  • 66,960
  • 104
  • 341
  • 555
0
votes
1 answer

WSO2 Message Broker 3.0.0 and WS-Eventing

I am testing WSO2 Message Broker 3.0 and I miss the functionality of subscribing WS endpoints to topics. Can this functionality be activated with MB 3.0 as it was in MB 2.x? I am trying to implement reliable (queued) topic subscription for…
0
votes
0 answers

WSO2 Message Broker WS-Eventing in clustered deployment

I have tested WSO2 MB 2.2.0 in a clustered deployment with a WS subscription to a topic. I have replicated the setup described in the project documentation. When the first node in the cluster starts-up it gets the durable subscription queue as…