Type.registerNamespace('WebizaCommerceLite');
WebizaCommerceLite.WebServicePoints=function() {
WebizaCommerceLite.WebServicePoints.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WebizaCommerceLite.WebServicePoints.prototype={
PopulateServicePoint:function(sp,succeededCallback, failedCallback, userContext) {
return this._invoke(WebizaCommerceLite.WebServicePoints.get_path(), 'PopulateServicePoint',false,{sp:sp},succeededCallback,failedCallback,userContext); }}
WebizaCommerceLite.WebServicePoints.registerClass('WebizaCommerceLite.WebServicePoints',Sys.Net.WebServiceProxy);
WebizaCommerceLite.WebServicePoints._staticInstance = new WebizaCommerceLite.WebServicePoints();
WebizaCommerceLite.WebServicePoints.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; WebizaCommerceLite.WebServicePoints._staticInstance._path = value; }
WebizaCommerceLite.WebServicePoints.get_path = function() { return WebizaCommerceLite.WebServicePoints._staticInstance._path; }
WebizaCommerceLite.WebServicePoints.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
WebizaCommerceLite.WebServicePoints._staticInstance._timeout = value; }
WebizaCommerceLite.WebServicePoints.get_timeout = function() { 
return WebizaCommerceLite.WebServicePoints._staticInstance._timeout; }
WebizaCommerceLite.WebServicePoints.set_defaultUserContext = function(value) { 
WebizaCommerceLite.WebServicePoints._staticInstance._userContext = value; }
WebizaCommerceLite.WebServicePoints.get_defaultUserContext = function() { 
return WebizaCommerceLite.WebServicePoints._staticInstance._userContext; }
WebizaCommerceLite.WebServicePoints.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; WebizaCommerceLite.WebServicePoints._staticInstance._succeeded = value; }
WebizaCommerceLite.WebServicePoints.get_defaultSucceededCallback = function() { 
return WebizaCommerceLite.WebServicePoints._staticInstance._succeeded; }
WebizaCommerceLite.WebServicePoints.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; WebizaCommerceLite.WebServicePoints._staticInstance._failed = value; }
WebizaCommerceLite.WebServicePoints.get_defaultFailedCallback = function() { 
return WebizaCommerceLite.WebServicePoints._staticInstance._failed; }
WebizaCommerceLite.WebServicePoints.set_path("/birinsaat/WebServices/WebServicePoints.asmx");
WebizaCommerceLite.WebServicePoints.PopulateServicePoint= function(sp,onSuccess,onFailed,userContext) {WebizaCommerceLite.WebServicePoints._staticInstance.PopulateServicePoint(sp,onSuccess,onFailed,userContext); }

