4

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.

logi-kal
  • 7,107
  • 6
  • 31
  • 43
Alex Voskresenskiy
  • 2,143
  • 2
  • 20
  • 29

1 Answers1

3

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.

Peter
  • 27,590
  • 8
  • 64
  • 84