if (wsdlService.get(portName)==null) {
throw new WebServiceException(
ClientMessages.INVALID_PORT_NAME(portName,buildWsdlPortNames()));
}
BindingImpl binding = eif.createBinding(webServiceFeatures,portInterface);
SEIStub pis = new SEIStub(eif, binding, eif.model, epr);
T proxy = portInterface.cast(Proxy.newProxyInstance(portInterface.getClassLoader(),
new Class[]{portInterface, WSBindingProvider.class, Closeable.class}, pis));
if (serviceInterceptor != null) {