package com.test;
public class HelloWorldClientTest {
public static void main(String[] args) {
HelloWorldImplService service=new HelloWorldImplService();
HelloWorldImpl port = service.getHelloWorldImplPort();
System.out.println(port.hello());
}
}
Dosyayı İndir