SOAP response parsing
Qt WebKit
3
Posts
3
Posters
3.7k
Views
1
Watching
-
wrote on 20 Mar 2011, 11:26 last edited by
Hi,
I use a QNetnorkAccessManager class to retrive the response of a WebService.
I receive the SOAP response , and I wanted to parse it like a standard XML file (via a QXmlStreamReader) but it doesn't seem to work.
Is there a simple way to do this ?
-
wrote on 20 Mar 2011, 12:18 last edited by
Have you seen "Qt Soap":http://qt.nokia.com/products/qt-addons/solutions-archive/index. Is this an option?
-
wrote on 20 Mar 2011, 13:39 last edited by
If Qt Soap is not an option: did you have a look at the actual output? Is it valid XML?
1/3