Uploaded image for project: 'Axis-C++'
  1. Axis-C++
  2. AXISCPP-828

wsdl2ws generates init() and fini() methods for service code which are no longer members of the class.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • None
    • current (nightly)
    • WSDD Processing
    • None
    • All

    Description

      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()
      {
      }

      Attachments

        Activity

          People

            cdinapala Chinthana Dinapala
            dchandradasa Marcus Dushshantha Chandradasa
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: