Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Error using Qt + gSOAP
Qt 6.11 is out! See what's new in the release blog

Error using Qt + gSOAP

Scheduled Pinned Locked Moved 3rd Party Software
6 Posts 2 Posters 4.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    metRo_
    wrote on last edited by
    #1

    Hi,
    I'm trying to use the "Betfair API":http://bdp.betfair.com/index.php?option=com_content&task=view&id=33&Itemid=44 that is a "SOAP webservice":https://api.betfair.com/global/v3/BFGlobalService.wsdl.

    Following that wiki article http://qt-project.org/wiki/How_to_use_gSOAP_with_Qt_for_Web_Service_Client I tried to use gSOAP.
    The terminal log: http://pastebin.com/snGvJBTc
    The test project: http://dl.dropbox.com/u/6416035/testesoap.zip

    I got a lot of undefined reference errors and first find here :s I think this is because I insert libws2_32.a and this is a unix librarie, I'm using Windows 7.

    Thanks

    1 Reply Last reply
    0
    • A Offline
      A Offline
      AcerExtensa
      wrote on last edited by
      #2

      bq. I think this is because I insert libws2_32.a and this is a unix librarie, I’m using Windows 7.

      Whats right! You need to include .lib library instead.

      God is Real unless explicitly declared as Integer.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        metRo_
        wrote on last edited by
        #3

        [quote author="AcerExtensa" date="1340374115"]bq. I think this is because I insert libws2_32.a and this is a unix librarie, I’m using Windows 7.

        Whats right! You need to include .lib library instead. [/quote]

        I can't find it :s

        1 Reply Last reply
        0
        • A Offline
          A Offline
          AcerExtensa
          wrote on last edited by
          #4

          Search for gSOAP compiled binary packet for VS in net, or compile it yourself.

          God is Real unless explicitly declared as Integer.

          1 Reply Last reply
          0
          • M Offline
            M Offline
            metRo_
            wrote on last edited by
            #5

            I'm using mingw-32. I'll try to find how to compile it. Thanks

            1 Reply Last reply
            0
            • M Offline
              M Offline
              metRo_
              wrote on last edited by
              #6

              It is working in linux.

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved