public UDDISubscriptionListenerPortType getUDDISubscriptionListenerService(String endpointURL) throws TransportException {
if (subscriptionListenerService==null) {
try {
if (endpointURL==null) {
UDDIClerkManager manager = UDDIClientContainer.getUDDIClerkManager(managerName);
endpointURL = manager.getClientConfig().getUDDINode(nodeName).getSubscriptionListenerUrl();
}
URI endpointURI = new URI(endpointURL);
String service = endpointURI.getPath();
logger.debug("Looking up service=" + service);
Object requestHandler = context.lookup(service);