Results 1 to 4 of 4

Thread: Qt soap api?

  1. #1
    Join Date
    Jun 2012
    Posts
    13
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Qt soap api?

    Hello,
    I found information about Qt SOAP API:
    http://doc.qt.nokia.com/solutions/4/qtsoap/index.html

    However, I can't find it. Is it still available?

    I found: http://qt.gitorious.org/qt-solutions...ter/qtsoap/src

    1. Is it better for simple SOAP queries than gSOAP? Or should I use gSOAP nowadays?

  2. #2
    Join Date
    Feb 2012
    Posts
    6
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qt soap api?

    Take a look gSOAP, it generates the client stub using wsdl2h tool, then you just call your remote methods like they are local methods.

    if you want to try it read this gsoap with qt

    i didn't try qtsoap but i think using it you should handle manually your requests responses ...

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

    Default Re: Qt soap api?

    Quote Originally Posted by newb_developer View Post
    Hello,
    I found information about Qt SOAP API:
    http://doc.qt.nokia.com/solutions/4/qtsoap/index.html

    However, I can't find it. Is it still available?

    I found: http://qt.gitorious.org/qt-solutions...ter/qtsoap/src

    1. Is it better for simple SOAP queries than gSOAP? Or should I use gSOAP nowadays?
    It really depends on what you need. If qt-soap can handle the encoding you need to use then it should be fine. It's definitely much easier to use than gSOAP and fits the Qt environment much better.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  4. The following user says thank you to wysota for this useful post:

    newb_developer (19th June 2012)

  5. #4
    Join Date
    Jun 2012
    Posts
    13
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt soap api?

    Thank you. So I'll try QtSoap first.

Similar Threads

  1. Replies: 3
    Last Post: 5th June 2012, 21:23
  2. SOAP Server with Qt4
    By NoRulez in forum Qt Programming
    Replies: 2
    Last Post: 9th February 2009, 07:17
  3. SOAP message
    By rohan_m_e in forum Qt Programming
    Replies: 2
    Last Post: 3rd December 2008, 09:01
  4. soap and web services
    By rmagro in forum Qt Programming
    Replies: 13
    Last Post: 24th November 2008, 11:34
  5. SOAP and xml application
    By rohan_m_e in forum Qt Programming
    Replies: 1
    Last Post: 24th November 2008, 08:11

Tags for this Thread

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.