Question
Can I write service in php or java ? If so, then how to do that?
I need to execute a cmd command[java -jar example.jar] on a remote server. This server name will be given as input from another service. I am not able to figure out how to do this. Javascript service will not be able to do that.

