I am facing issues calling the methods of abcclientproxy.cpp
, this abcclientproxy.cpp
is Generated by gSOAP 2.8.16 from abc.h which was inturn generated by the abc.wsdl
file.
SO I wanted to know if gSoap generates a test client.cpp(main) or server.cpp code which calls the methods of abcclientproxy.cpp
.
I follow the below
wsdl2h.exe -s -o abc.h abc.wsdl
soapcpp2.exe -2 -i -Iimport abc.h
also tried
soapcpp2.exe -2 -i -j -y -Iimport abc.h