Type.registerNamespace('Vp.Front.Web.Catalog.WebServices.VVP');
Vp.Front.Web.Catalog.WebServices.VVP.OperationService=function() {
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance.get_path();},
GetMerchantRedirectionWaitingTime:function(cryptedProductId,cryptedFamilyId,cryptedOperationId,quantity,secDDLQty,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMerchantRedirectionWaitingTime',false,{cryptedProductId:cryptedProductId,cryptedFamilyId:cryptedFamilyId,cryptedOperationId:cryptedOperationId,quantity:quantity,secDDLQty:secDDLQty},succeededCallback,failedCallback,userContext); }}
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.registerClass('Vp.Front.Web.Catalog.WebServices.VVP.OperationService',Sys.Net.WebServiceProxy);
Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance = new Vp.Front.Web.Catalog.WebServices.VVP.OperationService();
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.set_path = function(value) { Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance.set_path(value); }
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.get_path = function() { return Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance.get_path(); }
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.set_timeout = function(value) { Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance.set_timeout(value); }
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.get_timeout = function() { return Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance.get_timeout(); }
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.set_defaultUserContext = function(value) { Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance.set_defaultUserContext(value); }
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.get_defaultUserContext = function() { return Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance.get_defaultUserContext(); }
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.set_defaultSucceededCallback = function(value) { Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance.set_defaultSucceededCallback(value); }
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.get_defaultSucceededCallback = function() { return Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance.get_defaultSucceededCallback(); }
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.set_defaultFailedCallback = function(value) { Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance.set_defaultFailedCallback(value); }
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.get_defaultFailedCallback = function() { return Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance.get_defaultFailedCallback(); }
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.set_path("/vp4/Catalog/WebServices/VVP/OperationService.asmx");
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.GetMerchantRedirectionWaitingTime= function(cryptedProductId,cryptedFamilyId,cryptedOperationId,quantity,secDDLQty,onSuccess,onFailed,userContext) {Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance.GetMerchantRedirectionWaitingTime(cryptedProductId,cryptedFamilyId,cryptedOperationId,quantity,secDDLQty,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(Vp.Front.Web.Catalog.WebServices.VVP.RedirectionResult) === 'undefined') {
Vp.Front.Web.Catalog.WebServices.VVP.RedirectionResult=gtc("Vp.Front.Web.Catalog.WebServices.VVP.RedirectionResult");
Vp.Front.Web.Catalog.WebServices.VVP.RedirectionResult.registerClass('Vp.Front.Web.Catalog.WebServices.VVP.RedirectionResult');
}

