Hi there. I am having trouble obtaining init params defined in the
wsdd for a particular service. I noticed I can implement
ServiceLifeCycle, however that does not work on the *SoapBindingImpl.
The Skeleton class must be manually edited. Once this is done,
init() is indeed called with a ServletEndpointContext, however Sun
must not have finished this job, because this is a rather useless
object, the most glaring omission being that - there is no API to
obtain init parameters!
Is there a specified way to obtain these parameters or do I just have
to ad-hoc throw them in the web.xml or in a properties file in the
classpath? (really, the whole concept of deployment configuration
becomes a real tedious hassle if you have to define things in several
different places and go through hoops just to get your service deployed)
Aaron Hamid
CIT/I&D
Cornell University