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

