You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Doug Davis <du...@us.ibm.com> on 2000/11/20 14:38:51 UTC

Re: Deployment-time parameters

If you develop a new provider based on the Java one so that it passes the
"options" from the deployment descriptor to your service you should be able
to get what you want.  Take a look at the template provider and the
'provider' sample to see how to use 'options'.  This kind of thing should
be built into the Java one but isn't yet.
-Dug


Jochen Fritz <jf...@steptools.com> on 11/20/2000 08:03:48 AM

Please respond to soap-user@xml.apache.org

To:   soap-user@xml.apache.org
cc:
Subject:  Deployment-time parameters



I'm using Apache-SOAP version 2.0.

Is there any way that a parameter can be specified at deployment time.  The
SOAP service I'm developing needs some path information in order to be able
to
find where some support file have been installed.  I'm rather do this
without
hard-coding a path in the application, but there seems to be no other way
to
do this.

Ideally, I'd like to see something like the init-param for a servlet.

Thanks for any help you can provide.

-joe