}
@Test
public void testSchemaValidationWithMultipleXsds() throws Exception {
Service service = new Service();
assertNotNull(service);
ServicePortType greeter = service.getPort(portName, ServicePortType.class);
ClientProxy.getClient(greeter).getInInterceptors().add(new LoggingInInterceptor());
ClientProxy.getClient(greeter).getOutInterceptors().add(new LoggingOutInterceptor());
updateAddressPort(greeter, PORT);
RequestIdType requestId = new RequestIdType();