1 package test.soap12;2 3 public class Echo {4 public String echo(String text) {5 return text;6 }7 }8