Hello, I need to use XML-RPC protocol in an existing Qt C++ application which I wrote before. Can you give me some advice for this? Do u recommend a specific library?
Thanks
Hello, I need to use XML-RPC protocol in an existing Qt C++ application which I wrote before. Can you give me some advice for this? Do u recommend a specific library?
Thanks
In QT I believe
does the following help?
http://wiedi.frubar.net/blog/2008/03...-rpc-with-qt4/
Checked it..but where is the documentation? Have someone here ever used it?
In QT I believe
or try this and check out the first hit
sorry, never tried any of these.
Andrea Landi (18th May 2011)
that's the same link as the second post in this thread
there is good info on wikipedia - if I were you, I'd try to find the most actively maintained project in the list of C++ implementations, gSOAP looks promising.
Last edited by schnitzel; 19th May 2011 at 18:21.
I want to use the most simple thing...I am using this for my master degree thesis but I have not studied computer science nor telecomunications
In QT I believe
The most simple thing... in terms of what?
I'm not sure how skillful you are with Qt (or general C++). If you really want to learn how to program with Qt, then start with some Tutorials and examples. Or find yourself a programmer to help you out.
Depending on the scope of your project, this whole xml rpc idea could turn into quite the job. We would then be talking about client/server architecture (networking, multi threading, security, databases, you name it). Are you up to it?
I'll explain...For my thesis I have to send commands, from a software I wrote in QT, to a building automation system in order to perform certain actions (e.g. open a door) . From the specs I know I can communicate with the server using Xml-Rpc. According to the PDF that was given to me, the system XML-RPC is a method of procedure calling using HTTP as the transport and XML as the enconding. On this PDF there is also written that "Johnson controls" (the producer of the system) recommends, for C++ application, the XmlRpc++ implementation by Chris Morley (that is the library I was trying to build). I am a biomedical engineering student not a computer science or telecommunications one so I feel a little lost with this...please help me
In QT I believe
Bookmarks