RESTful Web Services: Different XML Representation for the same resource
- by AlexImmelman
Hi,
I'm developing a REST Web Service using a XML format response and I have some problems (Really, one problem).
One of my resources has some final fields so once they're created, they can't be modified. According to that, I need different representations for this resource depending on what I'm doing: Creating or modifiying it.
What should…