WSDL - Soap - WS Security
-
Hi,
I'd like to know, that anyone has some exp on QT, creating a wsdl server and client, using some authentication, like ws-security.
I've looked around, but not much luck.
Thenx
Attila
-
Hello,
As part of my work for KDAB (http://www.kdab.com), I just finished writing the first version of a product called KDSoap, which implements a qt-based soap client. It can do sync and async calls, both when doing dynamic calls and when using API that can be generated from a wsdl file. Authentication can be anything supported by QAuthenticator. What's ws-security?
Support for implementing soap servers isn't part of KDSoap yet, but I would really like to add it for a future version. If you're interested in co-financing this development, it would certainly help making it happen. Feel free to contact me at david.faure at domain kdab.com to discuss this in any case. The product is in the process of being released, so I could tell you when it actually is released...
-
looks to me this is not the right place for this question ;)
-
where to?
-
probably at:
http://developer.qt.nokia.com/forums/viewforum/10/Web Runtime is a new component supporting creation of "native application" with standard Web technology e.g. HTML, CSS, JavaScript.
-
Wow man!
I'm lost! :D
What I really need is WSDL (xml over http).
I've looked qt xml classes, and xsd validation. That's fine, and more can be have with gsoap. But a good server implementation is what i'm missing. Have you some knowledge about that? oasis?
-
I have written a simple SOAP server myself using "QtSOAP":http://doc.qt.nokia.com/solutions/4/qtsoap/index.html here:
It is quite basic but works surprisingly well. It uses QTcpServer, but could be using the "Web Service Framework":http://libqxt.bitbucket.org/doc/0.6/tech-web.html from "libqxt":http://dev.libqxt.org/libqxt/wiki/Home http://dev.libqxt.org/libqxt/wiki/Home
It don't know anything about special authentication support in these libraries, though.
-
Wow Man!
Tenx! I'm just watched this and this thing make a new day! :D
I hope that this java php (wtf?) c# qt fight, the last one will win.