Hi Jorge ;
> The file "service.xml" supports arbitrary named parameters. Can I use
> the values of those parameters from inside a service class? (axiom
> based service)
>
Yes , you can do that. What you need is to get access to AxisService and
from that ask the parameter.
You can get AxisService instance into your service class in few ways ,
one way is to add the following method in to your service class and
from SericeContext get the axisService
public void init(ServiceContext sc){
}
> I would like to use the same service class (as shared library in
> Tomcat) and change only the parameter value (i.e. the ".aar" file only
> needs to carry the "services.xml" file, and point to a common class
> for all deployed services)
>
> Thanx in advance.
>
> J
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]