2
Answers

ASP.NET web API

I want to develop ASP.NET web API with POST method which accepts xml as input. once I get the XML input , I have to read that xml data to do some operations.

Answers (2)