Results 1 to 6 of 6

Thread: XMLRPC for Qt?

  1. #1
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    52
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default XMLRPC for Qt?

    Hi,

    I'm looking for a way to use XMLRPC with Qt. Is there a Qt specific library around that I wasn't able to find? Can anyone recommend a usable and maintained library for XML-RPC that works well with C++ / Qt and is platform independent? (Working on Linux and Windows)

    Any suggestion is welcome.

    Thanks,
    Michael

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: XMLRPC for Qt?

    Soap, Corba. I think both are available as Qt Solutions on TT's site. And there are also free implementations of those available (like GSoap for soap).

  3. #3
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    52
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: XMLRPC for Qt?

    hmmm

    Not exactly what I was looking for... the TT stuff is commercial... and gsoap has a lot of dependencies including Java Axis ...

    anything else ??

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: XMLRPC for Qt?

    Quote Originally Posted by Mike
    and gsoap has a lot of dependencies including Java Axis ...
    We must be talking about different things here, then. GSoap I know doesn't have any dependencies.

    http://gsoap2.sourceforge.net/

  5. #5
    Join Date
    Jan 2006
    Location
    Dublin, Ireland
    Posts
    7
    Thanks
    3
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: XMLRPC for Qt?

    Did you looked at the qutexr stuff? http://qutexr.sf.net
    I'm creating a port to Qt 4.1, it works, but needs more testing.
    Give me a shout if you need more info.

  6. #6
    Join Date
    Feb 2006
    Location
    Boulder, Colorado, USA
    Posts
    63
    Thanked 8 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: XMLRPC for Qt?

    You might want to use QxRPC
    Last edited by jrideout; 23rd October 2006 at 17:01.

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.