Call OSGI service from HTML or Javascript
Hi,
I have created a HTML page with a form, and an OSGI service to save the data and send email. I want to know whether it is possible to call the OSGI service using Javascript or HTML without the component?
The HTML page that I have created does not using the CQ template or component, it is just a pure HTML file with some Javascripts.
<form id="aForm" action="">
<input type="text" class="textbox" name="contactNumber" />
....
</form>
Thanks.
