I have been following Henrik F Nielsen's impressive series of blog posts on the new ASP.NET WebHooks technology. The latest post which can be found here, if interested.
In another, earlier one of these posts, I asked in a comment what the difference is between WebHooks and SignalR. An answer was later posted to a link to a great question (and answer) here on StackOverflow.
However, now after reading the answer(s) to that question, I have to now ask: What is the difference between using ASP.NET WebHooks and using a regular ol' web service? The accepted answer given in the SignalR comparison answer suggests to "Think B2B communication". However, when I think B2B communication, I immediately think of web services -- either SOAP or REST (which -- as I understand to this point -- uses HTTP verbs much like WebHooks).
I have been interested in learning WebHooks, and have been following along with these posts, but confusion remains on how all of this fits together, especially when it seems other technologies basically do the same thing. It would be great to get clarification between the two technologies.