bus.getOutFaultInterceptors().add(logOut);
bus.getExtension(RMManager.class).getRMAssertion().getBaseRetransmissionInterval()
.setMilliseconds(new BigInteger("60000"));
GreeterImpl implementor = new GreeterImpl();
String address = "http://localhost:" + PORT + "/SoapContext/GreeterPort";
Endpoint ep = Endpoint.create(implementor);
Map<String, Object> properties = new HashMap<String, Object>();
properties.put("schema-validation-enabled", Boolean.TRUE);
ep.setProperties(properties);