In my web service, there are a few setup tasks that only need to happen at initialization. The results need to be saved for the life of the service. To accomplish the setup tasks, the service needs to get a parameter from the configuration:
Question: >From within the services init function, is there any way to get a parameter element from axis2.xml or services.xml? Question: After much digging around, is looks like the correct place to persist the results of the setup tasks is in the axis2_svc_skeleton.func_array, is this correct? Sam
