gsoap « Web Service « Java Enterprise Q&A





1. connecting to gSOAP web service    coderanch.com

Hi, I need to connect to a web service developed in C++ using gSOAP. Also my client has to be a GUI. eg. It will have a button and on click of that, it should invoke a method published by the web service. I have a wsdl. I need to connect to web service using wsdl. Is it that I only ...

2. gsoap server program compile error on fedora12    coderanch.com

I installed gsoap on fedora12. # yum -y install gsoap gsoap-devel gcc-c++ I want to create a gsoap server program. $ wsdl2h -o quote.h http://www.xignite.com/xGlobalQuotes.asmx?WSDL $ soapcpp2 -I/usr/share/gsoap/import:/usr/share/gsoap quote.h Please help to fix the compile errors: $ g++ -Wno-deprecated -I/usr/share/gsoap/import:/usr/share/gsoap -L/ home/akao/gsoap-2.7/gsoap -o soapServer.o soapServer.cpp -lgsoap++ /usr/lib/gcc/i686-redhat-linux/4.4.3/../../../crt1.o: In function `_start': (.text+0x18): undefined reference to `main' /tmp/ccAVt2N0.o: In function `soap_serve___ns2__GetGlobalDelayedQuote(soap*)': soapServer.cpp:(.text+0x32f): undefined ...