Web Services Programming |
 |
2025-04-19 |
 |
 |

47 |
 |
 |
REpresentational State Transfer, the art of NOT reinventing the wheel.
Requests made via common HTTP menthods such as GET, POST, PUT, etc... The response
comes in a form of XML that the client needs to parse.
So very very simple and most importantly does not require any unusual extensions or
classes.