serviceChannelWSImplPort.initiateSession();
return connectionSession;
} catch (IOException e) {
// ClientTransportException could be processed special way, outside transport layer
throw new ClientTransportException(MessagesMessages.localizableWSTCP_0015_ERROR_PROTOCOL_VERSION_EXCHANGE(), e);
}
}