I am writing a java code which gets the JSON formatted data from a Webservice (with POST call). And I convert this to a text formatted file and move to destination folder.
- In order for other service to POST data(the JSON file which is input for file conversion in my code) how to do I create it as a service?
- How do I create the RESTFul URI for this piece of code?
It would be great if any one helps on this
Thanks in advance