SpringBusFactory.setDefaultBus(bus);
SpringBusFactory.setThreadDefaultBus(bus);
DoubleItService service = new DoubleItService();
DoubleItPortType utPort = service.getDoubleItPlaintextCreatedPort();
updateAddressPort(utPort, PORT);
utPort.doubleIt(BigInteger.valueOf(25));
}