Results 1 to 10 of 10

Thread: Qt with XML-RPC

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2011
    Location
    Italy
    Posts
    16
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Question Qt with XML-RPC

    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

  2. #2
    Join Date
    Oct 2009
    Posts
    364
    Thanks
    10
    Thanked 37 Times in 36 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qt with XML-RPC


  3. #3
    Join Date
    May 2011
    Location
    Italy
    Posts
    16
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt with XML-RPC

    Checked it..but where is the documentation? Have someone here ever used it?
    In QT I believe

  4. #4
    Join Date
    Oct 2009
    Posts
    364
    Thanks
    10
    Thanked 37 Times in 36 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qt with XML-RPC

    or try this and check out the first hit

    sorry, never tried any of these.

  5. The following user says thank you to schnitzel for this useful post:

    Andrea Landi (18th May 2011)

  6. #5
    Join Date
    May 2011
    Location
    Italy
    Posts
    16
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt with XML-RPC

    In QT I believe

  7. #6
    Join Date
    May 2011
    Location
    Italy
    Posts
    16
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt with XML-RPC

    In QT I believe

  8. #7
    Join Date
    Oct 2009
    Posts
    364
    Thanks
    10
    Thanked 37 Times in 36 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qt with XML-RPC

    Quote Originally Posted by Andrea Landi View Post
    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.

  9. #8
    Join Date
    May 2011
    Location
    Italy
    Posts
    16
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt with XML-RPC

    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

  10. #9
    Join Date
    Oct 2009
    Posts
    364
    Thanks
    10
    Thanked 37 Times in 36 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qt with XML-RPC

    Quote Originally Posted by Andrea Landi View Post
    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
    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?

  11. #10
    Join Date
    May 2011
    Location
    Italy
    Posts
    16
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt with XML-RPC

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.