public class HelloWorld { public String test(String data) { return "Hello World! You sent the string '" + data + "'."; } }