//for performance monitoring
MetricsLogger.startRecordingSingleCallMetrics(apiName);
checkProperties(apiName);
AbstractResponseType resp = null;
request.setVersion(this.apiContext.getWSDLVersion());
ApiLogging apiLogging = this.apiContext.getApiLogging();
EBayAPIInterface api = null;