PDA

View Full Version : XMLRPC for Qt?



Mike
24th April 2006, 08:38
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

wysota
24th April 2006, 09:08
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).

Mike
24th April 2006, 10:01
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 ??

wysota
24th April 2006, 10:34
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/

cookiem
23rd October 2006, 14:05
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.

jrideout
23rd October 2006, 16:45
You might want to use QxRPC (http://qtnode.net/wiki/QxRPC)