WS-Notification implementation via WCF

1.1k Views Asked by At

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 service. I'll be grateful for any help.

1

There are 1 best solutions below

0
On

In 3.5 there was no implementation for the WS-Notification standard (source), if doubt it is implemented in 4.0 or 4.5 so you have to do most of the implementation yourself. Maybe a good place to start is WS-Eventing-for-WCF.