You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Chinthana Danapala (JIRA)" <ax...@ws.apache.org> on 2005/09/15 09:13:57 UTC

[jira] Closed: (AXISCPP-828) wsdl2ws generates init() and fini() methods for service code which are no longer members of the class.

     [ http://issues.apache.org/jira/browse/AXISCPP-828?page=all ]
     
Chinthana Danapala closed AXISCPP-828:
--------------------------------------

    Fix Version: current (nightly)
     Resolution: Invalid

This one already fixed.

> 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
>     Assignee: Chinthana Danapala
>      Fix For: current (nightly)

>
> 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