Select from following answers:- create new asp.net asmx serivce
- Build a basic ASP.NET MVC 4 project in which controller manages the code for serializing the response.

- Provides training to developers on WCF Technology
- All Above
An ASMX web service is always provides response in xml because it is SOAP-Based. ASP.NET MVC controller can return XML using custom class (inherit from ActionResult)
Show Correct Answer
|
Alert Moderator