Hi,

I am implementing a web service using Axis2 that can be tunned using several
configuration parameters. My web service is deployed as *.aar file into the
axis2/WEB-INF/services folder.

I have done a separate XML configuration file that store those parameters,
my idea was to include the configuration file into de final *.aar file and
then try to load that configuration file in my code without the need to
specify the full path on disk where it is placed.

Is is possible to do this in Axis2? Can I use some kind of "ServiceContext"
to do this?

Thanks in advance,

Mh

Reply via email to