I don't have much knowledge about webservices.
Now developing a server side code with Restful webservices. Also deployed my server side application in Glassfish 4.
My webservice is doing its work. I checked by giving the below url in my local machine.
eg: http://localhost:8080/server/rest/v1/getData
It give my expected result.
But how can I access my webservice from internet
(I want to access from a mobile or from computer placed somewhere)?
What are the steps i have to do to achieve this?