First steps towards interoperability of WS-Eventing implementations

John run few tests yesterday trying to consume the WS-Eventing service I deployed yesterday. It was fun. We did discover some problems with our implementations that have now been fixed but we still need to run more tests. John has a post with his consumer code that worked against my deployed service. Cool stuff.

2 responses to “First steps towards interoperability of WS-Eventing implementations”

  1. Martin Anderson
    Have you looked at Christian Weyer and John Bristowe’s Plumbwork Orange? Are they loving the message? I was a bit disappointed with the implementation there for WS-Eventing. I don’t see any Xml.Serialization objects in their code. Can you show us the right way to implement WS-Eventing?
  2. Yes, I have seen the plumbwork orange work. In fact, the interoperability tests that i referred to were done with John’s code. I haven’t seen any of their code (there wouldn’t be a point in testing interoperability otherwise, so i don’t know how they’ve implemented it). I am sure they are using some Xml.Serialization though. How do they serialise their messages otherwise? You comment made me think that I need to write about my implementation. Expect that soon. Thanks!