Is that a RESTFUL MVC Web Service?
        Posted  
        
            by vsj
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by vsj
        
        
        
        Published on 2010-04-14T21:25:43Z
        Indexed on 
            2010/04/14
            21:33 UTC
        
        
        Read the original article
        Hit count: 447
        
I am aware of Web Services and WCF but I have generic question with services.I have a ASP.NET MVC Application which does some basic functionality. I just have a controller  in which  I am passing it the records and serializing the information to XML using XML Serializer. Then I return this information to the browser and it displays me the XML i got from the Controller Action. So I get the XML representation of my Class(Database Object) in XML and I am to give the URL of this application to the client and access and pull the information. Is this a Service then? 
 I mean in the end all the Clients need is the Xml representation through services also right? I am not that experienced and probably being very silly but please help me out...if I provide xml this way to the client is that a Service ? Or is there something I need to undersatand here?.
© Stack Overflow or respective owner