Results 1 to 4 of 4

Thread: XML RPC for Qt4?

  1. #1
    Join Date
    Jan 2006
    Posts
    371
    Thanks
    14
    Thanked 18 Times in 17 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default XML RPC for Qt4?

    I am looking for a XML RPC implementation for Qt4. I have searched a little in the web but found nothing interesting (a librarry with version 0.1 from 2003 and a promess to release something for Qt4 from 2005).

    Anyone played with this funky stuff?

  2. #2
    Join Date
    Dec 2006
    Location
    Wuhan, China
    Posts
    14
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: XML RPC for Qt4?

    The Qt solutions SOAP may be help.
    http://www.trolltech.com/products/qt...lities/qtsoap/

  3. #3
    Join Date
    May 2006
    Posts
    788
    Thanks
    49
    Thanked 48 Times in 46 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: XML RPC for Qt4?

    Quote Originally Posted by elcuco View Post
    I am looking for a XML RPC implementation for Qt4. I have searched a little in the web but found nothing interesting (a librarry with version 0.1 from 2003 and a promess to release something for Qt4 from 2005).

    Anyone played with this funky stuff?

    The basic XML-RPC Protocoll is the same as Webdav ... METHOD_PROPFIND

    http://en.wikipedia.org/wiki/XML-RPC
    http://webdav.org/specs/rfc2518.html#METHOD_PROPFIND

    You create a xml file contains the command and send to server ... && server send back your query or XX parameter on xml format ..... on webdav you becom all dir tree level from disk space.. as XML is here a diff?..

    Have a look on my Projekt QT WebDav Explorer ... the last subversion code .... this forum help me so match to build the source......

    http://sourceforge.net/projects/qt-webdav/
    https://qt-webdav.svn.sourceforge.ne.../davpropfind.h

    on QHttp header you can send evry http 1.1 method .... Put,Get,Delete,mkcol,Copy ecc.....

  4. #4
    Join Date
    Jan 2006
    Posts
    371
    Thanks
    14
    Thanked 18 Times in 17 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: XML RPC for Qt4?

    Meanwhile I found this: http://qtnode.net/wiki/QxtXmlRpc

    I will start looking at the qt-webdav library, but I think it's too overkill for me

    I am lokoing also for a server, not only client.

    And I am looking for LGPL or BSD software, no GPL nor propriety please (GPL as last resort).

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.