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?
|
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?
| ||||
|
feedback
|
|
I seem to remember reading about this on CodeProject a while ago. Sorry I can't help more, but this is the article by Roman Kiss. | |||
|
feedback
|
|
I'm wondering if it is a good practise to use ws-eventing. There are not many implementation examples on the internet. And the examples i can find are already a couple of years old. So it looks like it's not a very common used standard. What are the advantages/disadvantages of using WS-Eventing? | ||||
|
feedback
|
|
At least with WCF4 you can simply create a wsdl client by importing the WS-Eventing WSDL (with a soap binding). It requires a duplex binding so either http-duplex or simple tcp should work. The problem is adding the correct callback. For us this did the trick
| |||
|
feedback
|
|
There is no native pub/sub model in WCF 3.0, however there are a few options. | |||
|
feedback
|