What is the best way to pass an initialization parameter to a webservice? Can this be done from the wsdd? Can a webservice access the servlet context to get parameters? Ideally, I'd like to do this in a way that doesn't require that the service be re-deployed if the parameters need to be changed.
-Thanks