Hi, @ashwinikhaple, If you are using SCR annotation, you can use @Reference annotation to inject the service into the servlet.Something similar to this.@Reference
MyService service;You can refer to the below thread for more details.https://stackoverflow.com/questions/56732548/aem-6-4-x-osgi-servlet-...