I want to create a web service,the theme this service is it has two take parameters as two audio files and generate a text file as output file.
How would I host this service in server and call this service with server url name?
Ex:
http://79.132.86.145:8080/getOutput?file1=audio1.wav&file2=audio2.wav
If I call the url like above from an application I have to get the output as a text file.
That is to be stored in my local machine.
Please help me in this