}
public Object addingService(ServiceReference serviceReference) {
ConfigurationContext configCtx = (ConfigurationContext) context.getService(serviceReference);
OSGiAxisServlet axisServlet = new OSGiAxisServlet(configCtx);
String propServiceContextRoot = context.getProperty(AXIS2_OSGi_ROOT_CONTEXT);
String serviceContextRoot = "services";
if (propServiceContextRoot != null && propServiceContextRoot.length() != 0) {
if (propServiceContextRoot.startsWith("/")) {
serviceContextRoot = propServiceContextRoot.substring(1);