assertValid("//s:Body/h:getGreetingsResponse/return[2]", res);
}
@Test
public void testClient() throws Exception {
Hello serviceImpl = new Hello();
EndpointImpl ep = new EndpointImpl(getBus(), serviceImpl, (String) null);
ep.publish("local://localhost:9090/hello");
ep.getServer().getEndpoint().getInInterceptors().add(new LoggingInInterceptor());
ep.getServer().getEndpoint().getOutInterceptors().add(new LoggingOutInterceptor());
QName serviceName = new QName("http://service.jaxws.cxf.apache.org/", "HelloService");