Is there any open source library available that implements RESTful Client(library for interpreting HTTP requests as REST service calls) in C++ ?
My requirement is to
You need to parse XML. I suggest you try Qt C++ Toolkit it will give you a QHttp instance to make HTTP calls and QtXml module to parse the xml. This way you can create a C++ Rest Client.