Calling an OSGi service from outside the AEM instance
Hi,
Let's assume that I have create an OSGi Service in AEM and I have set its sling.servlet.paths property to '/bin/testservice'. Assuming that this service is active and the AEM instance is running, how do I call this service and obtain the service response from a Java snippet that is running on my local system(outside the AEM server)?
Thanks in advance