wsdl2ws generates init() and fini() methods for service code which are no
longer members of the class.
------------------------------------------------------------------------------------------------------
Key: AXISCPP-828
URL: http://issues.apache.org/jira/browse/AXISCPP-828
Project: Axis-C++
Type: Bug
Components: WSDD Processing
Environment: All
Reporter: Dushshantha Chandradasa
wsdl2ws generates init() and fini() methods for service code which are no
longer members of the class.
/* This function is called by the AxisEngine when this web service
library is first loaded. So here we can initialize any global/static
data structures of this web service or open database connections */
void ChoiceTestSoap::init()
{
}
/* This function is called by the AxisEngine when this web service
library is unloaded. So we can deallocate any global/static data structures
and close database connections etc here. */
void ChoiceTestSoap::fini()
{
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira