updateAddressPort(greeter, PORT);
((BindingProvider)greeter).getRequestContext().put("schema-validation-enabled", Boolean.TRUE);
ConnectionHelper.setKeepAliveConnection(greeter, true);
BareDocumentResponse bareres = greeter.testDocLitBare("MySimpleDocument");
assertNotNull("no response for operation testDocLitBare", bareres);
assertEquals("CXF", bareres.getCompany());
assertTrue(bareres.getId() == 1);
}