String bindingId = null;
EndpointImpl ep = new EndpointImpl(BusFactory.getDefaultBus(),
servant, bindingId, wsdlLocation);
ep.setEndpointName(new QName(NUMBER_SERVICE_QNAME.getNamespaceURI(), "NumberPort"));
ep.publish(NUMBER_SERVANT_ADDRESS_ROOT);
templateEpr = ep.getServer().getDestination().getAddress();
// jms port
EmbeddedJMSBrokerLauncher.updateWsdlExtensors(BusFactory.getDefaultBus(), wsdlLocation);
ep = new EndpointImpl(BusFactory.getDefaultBus(), servant, bindingId, wsdlLocation);