I'm developing a web-console (Asp.Net MVC4 + WebAPI) for monitoring Transform Manager jobs, and I'd like to use the "POST Notifications" described in this article. I got everything to work but I've noticed that those POST submissions come with no xml preamble (<?xml ... ?>) and the wrong Content-Type header: I was expecting "text/xml" or maybe "application/xml", instead I'm getting "application/x-www-form-urlencoded". Is this a bug or a feature? :-)
↧