PDA

View Full Version : Qt gsoap web service can't generate XML bindings!



rash.m2k
31st December 2011, 18:32
Hi guys,

I'm having real trouble with compiling some gsoap generated .cpp files. Basically I'm trying to interact with the ebay web service for which they provide a WSDL file.

I keep getting undefined reference to blah. I add these files to my Qt project, add them in the .pro file and add the stdsoap.cpp and stdsoap.h file and it just fails to compile.

I would greatly appreciate some help! I've attached the gsoap generated files and the ebay WSDL file is available from here:

http://developer.ebay.com/webservices/finding/latest/FindingService.wsdl

and gsoap is available from here:

http://sourceforge.net/projects/gsoap2/files/latest/download?source=files

I've tried different options of gsoap to see if it generates files I can compile but it does not.