[Gsoap2-develop] initialization and un-initialization.
Development toolkit for Web Services and XML data bindings for C & C++
Brought to you by:
engelen
From: Kanchana W. <kan...@gm...> - 2005-03-03 05:39:55
|
Hi All I have major promblem in mod_gsoap I am using Apache 2 with gSOAP 2.7, mod_gsoap 0.0.5 on Red Hat Advance Server 3. On Windows version of the mod_gsoap we can use mod_gsoap_init(), mod_gsoap_terminate() to do our onetime initialization and un-initialization. What are the equivalent functions on Linux version of the mod_gsoap? We used IMPLEMENT_GSOAP_SERVER macro, but it looks like the initialization routines being called each time when a Web Service method gets called. Can u please help me on this? Thanks Kanchana |