You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Ben Souther <bs...@fwdco.com> on 2002/11/12 21:43:02 UTC

Initialization Parameters

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