Questions tagged [ws-notification]

WS-Notification is a collection of specifications from the Web service specifications (WS-*) framework for event-driven programming support. It enables web services to use the publish and subscribe messaging pattern.

WS-Notification is a collection of specifications from the Web service specifications (WS-*) framework for event-driven programming support. It enables web services to use the publish and subscribe messaging pattern.

10 questions
4
votes
1 answer

WS-Notification implementation via WCF

I have a task to create a WCF-service, which is based on WS-Notification(in fact, WS-BaseNotification) protocol and i don't know how can i implement it. How can i generate a valid wsdl for these protocol and how can i format a soap envelope of my…
Alex Voskresenskiy
  • 2,143
  • 2
  • 20
  • 29
3
votes
4 answers

Build Soap web service client using wsdl documents in Eclipse

I need to create web service client in Java using Eclipse the consumes the onvif wsdl. I spent several hours without finding a how to do that, this the first time I am using soap, my experience was in REST. I tried many tutorials like this to create…
Mike Albren
  • 203
  • 3
  • 6
  • 15
2
votes
0 answers

gsoap and WS-Notification

I would like to use WS-Notification in my gsoap client in order to receive notifications from a server. I have developed the wsdl, and every operation, except the notification operations, are built correctly. I ran a search on the web to find for a…
Daniel
  • 127
  • 1
  • 8
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
2 answers

Should WS-notification be used to just notify or should the data also be transmitted with the payload

Should WS-notification (WS Notification) be used to just notify or should the data also be transmitted with the payload to save an extra call(back). Use Case: A customer's record has changed. Need to notify other systems. Sends a…
Albert T. Wong
  • 1,535
  • 1
  • 13
  • 21
1
vote
1 answer

How to run WS-Notification sample with Apache CXF?

I would like to try out the WS-Notification example in the Apache CXF. the only file they give is a Client.java file. Is it that I just need to compile this Client.java file and I can get the program running? i tried but it not working. If not, will…
keithwb
  • 81
  • 1
  • 4
  • 11
0
votes
1 answer

Jaxws notifications

Could you please help in the following? Is there an acceptable design guideline to implement WS Notification Messaging in java? My scenario is the following: a web service client makes a web service call to a web service. After that, the web…
akmer
  • 1
  • 3
0
votes
1 answer

WebSphere SIBus failing to create subscription for an anonymous user

Apologies if this isn't as clear as it should be, but this stuff is all new to me. I am running WebSphere 8.5 locally and have configured an SIBus with the server as the Bus Member. Using a persistent store for the messages on a local db. It looks…
Craig
  • 1,406
  • 12
  • 24
0
votes
1 answer

Axis2 with WS-Notification

Does the JAX-WS implemented over Apache Axis2 offers the WS-Notification specification? Thanks!
0
votes
1 answer

Implement ws-notification on axis2

Do anyone know how to implement WS-Notification on Axis2? How should I start, or where can i find information about that? Thanks