Diving into gsoap, Makefile.am of examples in ubuntu pkg, -
hi find quite hard gsoap running. need mention knowledge of c/c++ quite limited.
in /usr/share/doc/gsoap/ see
makefile.c_rules makefile.cpp_rules
makefile.defines
in /usr/share/doc/gsoap/examples : readme says make there makefile.am
so did make -f makefile.am
examples/ck$ make -f makefile.am
/usr/bin/soapcpp2 -i/soapcpp2/import ck.h
and source code created.
and then??
application?
for project need ws client, guess better create server can test it.
hope question clear enough.. :-/ greets, florian
the header file ck.h
contains functions service. gsoap compiler soapcpp2 creates stubs , skeletons. create test-server can view documentation on how create standalone server. if compile standalone-server undefined references because have implement functions ck.h file. take @ example gsoap documentation. calc.h
file represents ck.h
file. there quick start guide developing client , server.
Comments
Post a Comment