Bus bus = bf.createBus(busFile.toString());
SpringBusFactory.setDefaultBus(bus);
SpringBusFactory.setThreadDefaultBus(bus);
DoubleItService service = new DoubleItService();
DoubleItPortType saml2Port = service.getDoubleItAsymmetricSamlInitiatorPort();
updateAddressPort(saml2Port, PORT);
SamlCallbackHandler callbackHandler = new SamlCallbackHandler();
callbackHandler.setConfirmationMethod(SAML2Constants.CONF_HOLDER_KEY);
((BindingProvider)saml2Port).getRequestContext().put(