Type.registerNamespace('tempuri.org');
tempuri.org.IProxyService=function() {
tempuri.org.IProxyService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
tempuri.org.IProxyService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return tempuri.org.IProxyService._staticInstance.get_path();},
DoWork:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DoWork',false,{},succeededCallback,failedCallback,userContext); },
PqeSubmitDecision:function(inputStr,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PqeSubmitDecision',true,{inputStr:inputStr},succeededCallback,failedCallback,userContext); },
searchCondition:function(inputStr,timestamp,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'searchCondition',true,{inputStr:inputStr,timestamp:timestamp},succeededCallback,failedCallback,userContext); },
getGuestion:function(inputStr,timestamp,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getGuestion',true,{inputStr:inputStr,timestamp:timestamp},succeededCallback,failedCallback,userContext); },
getScreeningDecision:function(inputStr,timestamp,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getScreeningDecision',true,{inputStr:inputStr,timestamp:timestamp},succeededCallback,failedCallback,userContext); },
sendScreeningResponse:function(inputStr,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'sendScreeningResponse',true,{inputStr:inputStr},succeededCallback,failedCallback,userContext); },
removeCondition:function(inputStr,timestamp,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'removeCondition',true,{inputStr:inputStr,timestamp:timestamp},succeededCallback,failedCallback,userContext); },
userTracking:function(inputStr,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'userTracking',true,{inputStr:inputStr},succeededCallback,failedCallback,userContext); },
getMedicalScreeningQuickQuote:function(inputStr,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getMedicalScreeningQuickQuote',true,{inputStr:inputStr},succeededCallback,failedCallback,userContext); },
getMedicalScreeningAddedScreenee:function(inputStr,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getMedicalScreeningAddedScreenee',true,{inputStr:inputStr},succeededCallback,failedCallback,userContext); },
getMedicalScreeningByCriteria:function(inputStr,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getMedicalScreeningByCriteria',true,{inputStr:inputStr},succeededCallback,failedCallback,userContext); },
getMedicalScreeningQA:function(inputStr,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getMedicalScreeningQA',true,{inputStr:inputStr},succeededCallback,failedCallback,userContext); },
saveQuoteSet:function(arg,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'saveQuoteSet',true,{arg:arg},succeededCallback,failedCallback,userContext); },
attachQuoteReference:function(arg,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'attachQuoteReference',true,{arg:arg},succeededCallback,failedCallback,userContext); },
updateScreeneeDetails:function(arg,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'updateScreeneeDetails',true,{arg:arg},succeededCallback,failedCallback,userContext); },
getAddress:function(arg,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getAddress',true,{arg:arg},succeededCallback,failedCallback,userContext); },
getScreeningRetrieveQuoteSet:function(inputStr,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getScreeningRetrieveQuoteSet',true,{inputStr:inputStr},succeededCallback,failedCallback,userContext); },
RetrieveScreeneeQA:function(screeningRef,authToken,catalogue,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RetrieveScreeneeQA',true,{screeningRef:screeningRef,authToken:authToken,catalogue:catalogue},succeededCallback,failedCallback,userContext); },
ScreeningRetrieveBasicQuote:function(screeningRef,authenticationCriteriaJSON,catalogue,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ScreeningRetrieveBasicQuote',true,{screeningRef:screeningRef,authenticationCriteriaJSON:authenticationCriteriaJSON,catalogue:catalogue},succeededCallback,failedCallback,userContext); },
ValidateVoucherCode:function(subschemeId,voucherCode,endPointName,entryPointInternalName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ValidateVoucherCode',true,{subschemeId:subschemeId,voucherCode:voucherCode,endPointName:endPointName,entryPointInternalName:entryPointInternalName},succeededCallback,failedCallback,userContext); },
GetGroupType:function(subschemeId,ageBandIdList,requestIndex,endPointName,entryPointInternalName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetGroupType',true,{subschemeId:subschemeId,ageBandIdList:ageBandIdList,requestIndex:requestIndex,endPointName:endPointName,entryPointInternalName:entryPointInternalName},succeededCallback,failedCallback,userContext); }}
tempuri.org.IProxyService.registerClass('tempuri.org.IProxyService',Sys.Net.WebServiceProxy);
tempuri.org.IProxyService._staticInstance = new tempuri.org.IProxyService();
tempuri.org.IProxyService.set_path = function(value) { tempuri.org.IProxyService._staticInstance.set_path(value); }
tempuri.org.IProxyService.get_path = function() { return tempuri.org.IProxyService._staticInstance.get_path(); }
tempuri.org.IProxyService.set_timeout = function(value) { tempuri.org.IProxyService._staticInstance.set_timeout(value); }
tempuri.org.IProxyService.get_timeout = function() { return tempuri.org.IProxyService._staticInstance.get_timeout(); }
tempuri.org.IProxyService.set_defaultUserContext = function(value) { tempuri.org.IProxyService._staticInstance.set_defaultUserContext(value); }
tempuri.org.IProxyService.get_defaultUserContext = function() { return tempuri.org.IProxyService._staticInstance.get_defaultUserContext(); }
tempuri.org.IProxyService.set_defaultSucceededCallback = function(value) { tempuri.org.IProxyService._staticInstance.set_defaultSucceededCallback(value); }
tempuri.org.IProxyService.get_defaultSucceededCallback = function() { return tempuri.org.IProxyService._staticInstance.get_defaultSucceededCallback(); }
tempuri.org.IProxyService.set_defaultFailedCallback = function(value) { tempuri.org.IProxyService._staticInstance.set_defaultFailedCallback(value); }
tempuri.org.IProxyService.get_defaultFailedCallback = function() { return tempuri.org.IProxyService._staticInstance.get_defaultFailedCallback(); }
tempuri.org.IProxyService.set_enableJsonp = function(value) { tempuri.org.IProxyService._staticInstance.set_enableJsonp(value); }
tempuri.org.IProxyService.get_enableJsonp = function() { return tempuri.org.IProxyService._staticInstance.get_enableJsonp(); }
tempuri.org.IProxyService.set_jsonpCallbackParameter = function(value) { tempuri.org.IProxyService._staticInstance.set_jsonpCallbackParameter(value); }
tempuri.org.IProxyService.get_jsonpCallbackParameter = function() { return tempuri.org.IProxyService._staticInstance.get_jsonpCallbackParameter(); }
tempuri.org.IProxyService.set_path("http://www.topdoginsurance.co.uk/ProxyService.svc");
tempuri.org.IProxyService.DoWork= function(onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.DoWork(onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.PqeSubmitDecision= function(inputStr,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.PqeSubmitDecision(inputStr,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.searchCondition= function(inputStr,timestamp,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.searchCondition(inputStr,timestamp,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.getGuestion= function(inputStr,timestamp,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.getGuestion(inputStr,timestamp,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.getScreeningDecision= function(inputStr,timestamp,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.getScreeningDecision(inputStr,timestamp,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.sendScreeningResponse= function(inputStr,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.sendScreeningResponse(inputStr,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.removeCondition= function(inputStr,timestamp,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.removeCondition(inputStr,timestamp,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.userTracking= function(inputStr,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.userTracking(inputStr,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.getMedicalScreeningQuickQuote= function(inputStr,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.getMedicalScreeningQuickQuote(inputStr,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.getMedicalScreeningAddedScreenee= function(inputStr,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.getMedicalScreeningAddedScreenee(inputStr,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.getMedicalScreeningByCriteria= function(inputStr,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.getMedicalScreeningByCriteria(inputStr,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.getMedicalScreeningQA= function(inputStr,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.getMedicalScreeningQA(inputStr,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.saveQuoteSet= function(arg,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.saveQuoteSet(arg,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.attachQuoteReference= function(arg,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.attachQuoteReference(arg,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.updateScreeneeDetails= function(arg,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.updateScreeneeDetails(arg,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.getAddress= function(arg,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.getAddress(arg,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.getScreeningRetrieveQuoteSet= function(inputStr,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.getScreeningRetrieveQuoteSet(inputStr,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.RetrieveScreeneeQA= function(screeningRef,authToken,catalogue,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.RetrieveScreeneeQA(screeningRef,authToken,catalogue,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.ScreeningRetrieveBasicQuote= function(screeningRef,authenticationCriteriaJSON,catalogue,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.ScreeningRetrieveBasicQuote(screeningRef,authenticationCriteriaJSON,catalogue,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.ValidateVoucherCode= function(subschemeId,voucherCode,endPointName,entryPointInternalName,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.ValidateVoucherCode(subschemeId,voucherCode,endPointName,entryPointInternalName,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.GetGroupType= function(subschemeId,ageBandIdList,requestIndex,endPointName,entryPointInternalName,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.GetGroupType(subschemeId,ageBandIdList,requestIndex,endPointName,entryPointInternalName,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('WebServiceClassLibrary.ExternalScreening');
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningQuoteSet) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningQuoteSet=gtc("ExtScreeningQuoteSet:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningQuoteSet.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningQuoteSet');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningQuickQuoteResponse) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningQuickQuoteResponse=gtc("ExtScreeningQuickQuoteResponse:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningQuickQuoteResponse.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningQuickQuoteResponse');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningQuickQuoteRequest) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningQuickQuoteRequest=gtc("ExtScreeningQuickQuoteRequest:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningQuickQuoteRequest.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningQuickQuoteRequest');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningQuickQuoteCriteria) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningQuickQuoteCriteria=gtc("ExtScreeningQuickQuoteCriteria:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningQuickQuoteCriteria.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningQuickQuoteCriteria');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningQuickQuoteTravellerInformation) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningQuickQuoteTravellerInformation=gtc("ExtScreeningQuickQuoteTravellerInformation:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningQuickQuoteTravellerInformation.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningQuickQuoteTravellerInformation');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningCondition) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningCondition=gtc("ExtScreeningCondition:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningCondition.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningCondition');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningAnswer) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningAnswer=gtc("ExtScreeningAnswer:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningAnswer.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningAnswer');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningQuestion) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningQuestion=gtc("ExtScreeningQuestion:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningQuestion.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningQuestion');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningQuickQuoteScreeneeResponse) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningQuickQuoteScreeneeResponse=gtc("ExtScreeningQuickQuoteScreeneeResponse:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningQuickQuoteScreeneeResponse.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningQuickQuoteScreeneeResponse');
}
Type.registerNamespace('WebServiceClassLibrary.ExternalQuoteService');
if (typeof(WebServiceClassLibrary.ExternalQuoteService.QuoteResponse) === 'undefined') {
WebServiceClassLibrary.ExternalQuoteService.QuoteResponse=gtc("QuoteResponse:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalQuoteService");
WebServiceClassLibrary.ExternalQuoteService.QuoteResponse.registerClass('WebServiceClassLibrary.ExternalQuoteService.QuoteResponse');
}
if (typeof(WebServiceClassLibrary.ExternalQuoteService.CoverLimit) === 'undefined') {
WebServiceClassLibrary.ExternalQuoteService.CoverLimit=gtc("CoverLimit:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalQuoteService");
WebServiceClassLibrary.ExternalQuoteService.CoverLimit.registerClass('WebServiceClassLibrary.ExternalQuoteService.CoverLimit');
}
if (typeof(WebServiceClassLibrary.ExternalQuoteService.QuoteRequest) === 'undefined') {
WebServiceClassLibrary.ExternalQuoteService.QuoteRequest=gtc("QuoteRequest:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalQuoteService");
WebServiceClassLibrary.ExternalQuoteService.QuoteRequest.registerClass('WebServiceClassLibrary.ExternalQuoteService.QuoteRequest');
}
if (typeof(WebServiceClassLibrary.ExternalQuoteService.Loading) === 'undefined') {
WebServiceClassLibrary.ExternalQuoteService.Loading=gtc("Loading:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalQuoteService");
WebServiceClassLibrary.ExternalQuoteService.Loading.registerClass('WebServiceClassLibrary.ExternalQuoteService.Loading');
}
if (typeof(WebServiceClassLibrary.ExternalQuoteService.Traveller) === 'undefined') {
WebServiceClassLibrary.ExternalQuoteService.Traveller=gtc("Traveller:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalQuoteService");
WebServiceClassLibrary.ExternalQuoteService.Traveller.registerClass('WebServiceClassLibrary.ExternalQuoteService.Traveller');
}
Type.registerNamespace('WebServiceClassLibrary');
if (typeof(WebServiceClassLibrary.Contact) === 'undefined') {
WebServiceClassLibrary.Contact=gtc("Contact:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary");
WebServiceClassLibrary.Contact.registerClass('WebServiceClassLibrary.Contact');
}
if (typeof(WebServiceClassLibrary.SimpleAddress) === 'undefined') {
WebServiceClassLibrary.SimpleAddress=gtc("SimpleAddress:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary");
WebServiceClassLibrary.SimpleAddress.registerClass('WebServiceClassLibrary.SimpleAddress');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveQAResponse) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveQAResponse=gtc("ExtScreeningRetrieveQAResponse:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveQAResponse.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveQAResponse');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveQARequest) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveQARequest=gtc("ExtScreeningRetrieveQARequest:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveQARequest.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveQARequest');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveScreeneeQAResponse) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveScreeneeQAResponse=gtc("ExtScreeningRetrieveScreeneeQAResponse:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveScreeneeQAResponse.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveScreeneeQAResponse');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveScreeneeQARequest) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveScreeneeQARequest=gtc("ExtScreeningRetrieveScreeneeQARequest:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveScreeneeQARequest.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveScreeneeQARequest');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveBasicQuoteResponse) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveBasicQuoteResponse=gtc("ExtScreeningRetrieveBasicQuoteResponse:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveBasicQuoteResponse.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveBasicQuoteResponse');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveBasicQuoteRequest) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveBasicQuoteRequest=gtc("ExtScreeningRetrieveBasicQuoteRequest:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveBasicQuoteRequest.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveBasicQuoteRequest');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningAuthenticationCriteria) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningAuthenticationCriteria=gtc("ExtScreeningAuthenticationCriteria:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningAuthenticationCriteria.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningAuthenticationCriteria');
}

