{
W3CEndpointReference w3c = (W3CEndpointReference)epr;
wsdlLocation = w3c.getWsdlLocation();
serviceName = w3c.getServiceName();
}
ServiceDelegate21 delegate = (ServiceDelegate21)createServiceDelegate(wsdlLocation, serviceName, Service.class);
return delegate.getPort(epr, sei, features);
}