registrationInfo.getServiceUrl(),
registrationInfo.getWsdlDefinition()).getBusinessService();
} else if (RegistrationType.BPEL.equals(registrationInfo.getRegistrationType())) {
BPEL2UDDI bpel2UDDI = new BPEL2UDDI(clerk, urlLocalizer, properties);
bpel2UDDI.register(registrationInfo.getServiceQName(),
registrationInfo.getPortName(),
registrationInfo.getServiceUrl(),
registrationInfo.getWsdlDefinition());
} else {
log.error("Registration error, due to unsupported registration type of " + registrationInfo.getRegistrationType());