// Endpoint httpServer = Endpoint.publish(LOCALHOST_URL, exporter.getServiceBean());
checkHelloServiceSayHello(remoteHelloService);
checkHelloServiceFault(remoteHelloService);
httpServer.stop();
}
private void checkHelloServiceSayHello(HelloService helloService) throws HelloFaultMessage {
HelloRequest request = new HelloRequest();
request.setToWho("World!");