ServiceRegistry.getRegistry().getServiceURI(BusinessActivityConstants.PARTICIPANT_COMPLETION_PARTICIPANT_SERVICE_NAME, false) ;
final String secureParticipantCompletionParticipantURIString =
ServiceRegistry.getRegistry().getServiceURI(BusinessActivityConstants.PARTICIPANT_COMPLETION_PARTICIPANT_SERVICE_NAME, true) ;
try {
URI participantCompletionParticipantURI = new URI(participantCompletionParticipantURIString) ;
participantCompletionParticipant = builder.newEndpointReference(participantCompletionParticipantURI);
} catch (URISyntaxException use) {
// TODO - log fault and throw exception
}
try {
URI secureParticipantCompletionParticipantURI = new URI(secureParticipantCompletionParticipantURIString) ;