public TrackFile(Config config) throws IOException {
WebProxyConfig webProxyConfig = new WebProxyConfigBypass();
ClientConnectionManager connectionManager = new SingleClientConnManager();
WebServiceClient webServiceClient = new WebServiceClientDefault(config, webProxyConfig, connectionManager);
transformer = new TransformerDefault(config, webServiceClient);
}