Hi, all,
I cannot find step to integrate to add files generated by gSoap to my application.
I have done the following step:
1, \gsoap_2.7.11\gsoap-2.7\gsoap\bin\win32>wsdl2h -s -o calc.h http://www.cs.fsu.edu/~engelen/calc.wsdl
2, \gsoap_2.7.11\gsoap-2.7\gsoap\bin\win32>soapcpp2 -i calc.h
then it generates the following files:
soapC.cpp
soapcalcProxy.h
soapcalcProxy.cpp
soapcalcService.h
soapcalcService.cpp
calc.h
calc.nsmap
soapH.h
SoapStub.h
calu.mul.req.xml
calu.mul.res.xml
calu.sub.req.xml
calu.sub.res.xml
calu.pow.req.xml
calu.pow.res.xml
I don't know how to use these file.
And there is a Symbian floder under .\gsoap, it is said stdsoap2.h and stdsoap2.cpp, do these two files important to add to my appliction?
Thank you!
Regards
Bill



