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