Hi,
Is there any example of a consumer-producer type web service written in WCF? What I am trying to do is write a web service where a producer can publish/upload variables (in this case, cookies), via a Method, and the consumer will recieve each new published cookie (or can be anything).
Thanks