C++ Client Proxy header file not generated by soapcpp2.exe in gSoap -


after run wsdl2h.exe generate header file 'calc.h', below-

c:\users\tushar\desktop\gsoap_2.8.22\gsoap-2.8\gsoap\bin\win32>wsdl2h -o calc.h calc.wsdl  **  gsoap wsdl/schema processor c , c++, wsdl2h release 2.8.22 **  copyright (c) 2000-2015 robert van engelen, genivia inc. **  rights reserved. product provided "as is", without warranty.  **  wsdl2h tool released under 1 of following licenses: **  gpl or commercial license genivia inc. use option -l details. saving calc.h  cannot open file "typemap.dat" problem reading type map file 'typemap.dat'. using internal type definitions c++ instead.   reading file 'calc.wsdl'... done reading 'calc.wsdl'  complete process, compile with:  > soapcpp2 calc.h or generate c++ proxy , object classes: > soapcpp2 -j calc.h 

next, have run gsoap compiler 'soapcpp2' on gsoap header file 'calc.h' produce source code stub , skeleton implement client application. follows-

c:\users\tushar\desktop\gsoap_2.8.22\gsoap-2.8\gsoap\bin\win32>soapcpp2 -ic:\users\tushar\desktop\gsoap_2.8.22\gsoap-2.8\gsoap\import  calc.h  **  gsoap code generator c , c++, soapcpp2 release 2.8.22 **  copyright (c) 2000-2015, robert van engelen, genivia inc. **  rights reserved. product provided "as is", without warranty.  **  soapcpp2 tool released under 1 of following licenses: **  gpl or commercial license genivia inc.  saving soapstub.h annotated copy of source input saving soaph.h declarations #include using ns1 service name: calc using ns1 service style: document using ns1 service encoding: literal using ns1 service location: localhost:8000 using ns1 schema namespace: urn:calc/calc.wsdl saving calc.add.req.xml sample soap/xml request saving calc.add.res.xml sample soap/xml response saving calc.sub.req.xml sample soap/xml request saving calc.sub.res.xml sample soap/xml response saving calc.mul.req.xml sample soap/xml request saving calc.mul.res.xml sample soap/xml response saving calc.div.req.xml sample soap/xml request saving calc.div.res.xml sample soap/xml response saving calc.nsmap namespace mapping table saving soapclient.cpp client calling stubs saving soapclientlib.cpp client stubs serializers (use libs) saving soapserver.cpp server request dispatcher saving soapserverlib.cpp server request dispatcher serializers (use libs) saving soapc.cpp serializers  compilation successful 

since in gsoap documentation has written that, proxy classes c++ client applications automatically generated gsoap soapcpp2 tool.

but there no proxy file in above code?.. have done wrong here, please help!

to generate proxy classes use soapcpp2.exe -j tag.


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -