Results 1 to 6 of 6

Thread: QtSoap

  1. #1
    Join Date
    Mar 2008
    Location
    Houston, Texas, USA
    Posts
    277
    Thanks
    9
    Thanked 17 Times in 17 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Maemo/MeeGo

    Default QtSoap

    I know QtSoap is commerical. But is there a a gpl version of it? I just need to send a receive to the web service. I don't need to build my own or anything. But it kinda sucks that it's only for commerical use and not open source. I kinda find it a low blow that they would do it. If there isn't an open source one.

    I've tried looking in portage on Gentoo for a soap library but only found it for other languages.

  2. #2
    Join Date
    Aug 2006
    Posts
    250
    Thanks
    19
    Thanked 49 Times in 36 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QtSoap

    gsoap? http://www.cs.fsu.edu/~engelen/soap.html
    Haven't used it but...

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

    Default Re: QtSoap

    Is soap a requirement or are you just looking for an RPC solution?

  4. #4
    Join Date
    Mar 2008
    Location
    Houston, Texas, USA
    Posts
    277
    Thanks
    9
    Thanked 17 Times in 17 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Maemo/MeeGo

    Default Re: QtSoap

    I just need to be able to communicate with the web service, extract data and send it. I don't need to create my web service or anything.

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

    Default Re: QtSoap

    If you need it for a single (or a limited number of) query then I suggest you craft the request manually (either using QtXml or even inside a string), send it using QHttp and receive a reply in response.

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

    ComaWhite (2nd March 2008)

  7. #6
    Join Date
    Mar 2008
    Location
    Houston, Texas, USA
    Posts
    277
    Thanks
    9
    Thanked 17 Times in 17 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Maemo/MeeGo

    Default Re: QtSoap

    Thank you for the help .

Similar Threads

  1. Replies: 3
    Last Post: 4th December 2009, 09:52
  2. qtsoap with .net webservice
    By drbergie in forum Qt Programming
    Replies: 11
    Last Post: 12th February 2009, 09:46
  3. qtsoap
    By anoop in forum Qt Programming
    Replies: 17
    Last Post: 15th February 2007, 00:41

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.