package com.test;
import javax.xml.ws.Endpoint;
public class HelloWorldPublisher {
public static void main(String[] args) {
Endpoint.publish("http://localhost:8080/BookSoapService/HelloWorld",
new HelloWorldImpl());
}
}
Dosyayı İndir