Results 1 to 9 of 9

Thread: Calling a webservice

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2007
    Posts
    301
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    46
    Thanked 3 Times in 3 Posts

    Default Re: Calling a webservice

    Hi,

    I don't want to re-invent the wheel, are the entries not doing that? XML-RPC been around for a very, very long time. I just wanted to know if QT supported any classes that made calling a webservice easier.

    Kind regards,
    Steve

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

    Default Re: Calling a webservice

    They are introducing XML-RPC support for Qt.

  3. #3
    Join Date
    May 2007
    Posts
    301
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    46
    Thanked 3 Times in 3 Posts

    Default Re: Calling a webservice

    Ok, sounds good, thanks.

  4. #4
    Join Date
    Dec 2007
    Posts
    6
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Calling a webservice

    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 SOAP 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

Similar Threads

  1. Calling Recursivly loading function in Run() method of QThread
    By santosh.kumar in forum Qt Programming
    Replies: 2
    Last Post: 15th May 2007, 14:42
  2. Calling Webservices from QT4
    By Declan in forum Qt Programming
    Replies: 2
    Last Post: 14th April 2007, 08:04
  3. Replies: 4
    Last Post: 10th March 2007, 18:01
  4. Replies: 5
    Last Post: 6th March 2007, 05:34
  5. Problems calling C function in C++/Qt class
    By Rayven in forum General Programming
    Replies: 2
    Last Post: 2nd June 2006, 21:32

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.