Hi,
you might also want to take a look at this:
http://www.clausmark.com/feast_en.phtml
FEAST can also be used in a pure client role. The advantage over Qt SOAP is that is supports generating the client (and server) code based on the WSDL description (that you should get from the server). That way you don't have to worry about the details of the SOAP implementation. You will get a normal function that you can call from your client.
The generation of the SOAP envelope, serialization, de-serialization and mapping of Qt types to and from SOAP types are handled by FEAST.
/Niklas
Bookmarks