php,xml,post,http-post,http-post-vars
What is the intended result? Assuming that the constant XML_PAYLOAD should contain the XML with the inserted values... What is the symptom? It may also help to post the html code of the form you are using to send the post data. Besides: all input should be XML encoded...
c#,http,http-post,http-post-vars
According to microsoft here: http://www.asp.net/web-api/overview/formats-and-model-binding/parameter-binding-in-aspnet-web-api You have to add "[FromBody]" in the parameter list. You can only have one of these types of parameters. Also in the chrome post extension under headers you need to enter: Name: Content-Type Value: application/json...