@WebService public class HelloWorldService { @WebMethod public String sayHello(String name) { return "Hello, " + name + "!"; } } public class HelloWorldPublisher { public static void main(String[] args) { HelloWorldService service = new HelloWorldService(); String address = "http://localhost:8080/hello"; Endpoint.publish(address, service); } }


上一篇:
下一篇:
切换中文