Type.registerNamespace('Bmi.Src.Asmx');
Bmi.Src.Asmx.WebMethods=function() {
Bmi.Src.Asmx.WebMethods.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Bmi.Src.Asmx.WebMethods.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Bmi.Src.Asmx.WebMethods._staticInstance.get_path();},
GetWebsiteCountries:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetWebsiteCountries',false,{},succeededCallback,failedCallback,userContext); }}
Bmi.Src.Asmx.WebMethods.registerClass('Bmi.Src.Asmx.WebMethods',Sys.Net.WebServiceProxy);
Bmi.Src.Asmx.WebMethods._staticInstance = new Bmi.Src.Asmx.WebMethods();
Bmi.Src.Asmx.WebMethods.set_path = function(value) { Bmi.Src.Asmx.WebMethods._staticInstance.set_path(value); }
Bmi.Src.Asmx.WebMethods.get_path = function() { return Bmi.Src.Asmx.WebMethods._staticInstance.get_path(); }
Bmi.Src.Asmx.WebMethods.set_timeout = function(value) { Bmi.Src.Asmx.WebMethods._staticInstance.set_timeout(value); }
Bmi.Src.Asmx.WebMethods.get_timeout = function() { return Bmi.Src.Asmx.WebMethods._staticInstance.get_timeout(); }
Bmi.Src.Asmx.WebMethods.set_defaultUserContext = function(value) { Bmi.Src.Asmx.WebMethods._staticInstance.set_defaultUserContext(value); }
Bmi.Src.Asmx.WebMethods.get_defaultUserContext = function() { return Bmi.Src.Asmx.WebMethods._staticInstance.get_defaultUserContext(); }
Bmi.Src.Asmx.WebMethods.set_defaultSucceededCallback = function(value) { Bmi.Src.Asmx.WebMethods._staticInstance.set_defaultSucceededCallback(value); }
Bmi.Src.Asmx.WebMethods.get_defaultSucceededCallback = function() { return Bmi.Src.Asmx.WebMethods._staticInstance.get_defaultSucceededCallback(); }
Bmi.Src.Asmx.WebMethods.set_defaultFailedCallback = function(value) { Bmi.Src.Asmx.WebMethods._staticInstance.set_defaultFailedCallback(value); }
Bmi.Src.Asmx.WebMethods.get_defaultFailedCallback = function() { return Bmi.Src.Asmx.WebMethods._staticInstance.get_defaultFailedCallback(); }
Bmi.Src.Asmx.WebMethods.set_enableJsonp = function(value) { Bmi.Src.Asmx.WebMethods._staticInstance.set_enableJsonp(value); }
Bmi.Src.Asmx.WebMethods.get_enableJsonp = function() { return Bmi.Src.Asmx.WebMethods._staticInstance.get_enableJsonp(); }
Bmi.Src.Asmx.WebMethods.set_jsonpCallbackParameter = function(value) { Bmi.Src.Asmx.WebMethods._staticInstance.set_jsonpCallbackParameter(value); }
Bmi.Src.Asmx.WebMethods.get_jsonpCallbackParameter = function() { return Bmi.Src.Asmx.WebMethods._staticInstance.get_jsonpCallbackParameter(); }
Bmi.Src.Asmx.WebMethods.set_path("/bmi/src/asmx/WebMethods.asmx");
Bmi.Src.Asmx.WebMethods.GetWebsiteCountries= function(onSuccess,onFailed,userContext) {Bmi.Src.Asmx.WebMethods._staticInstance.GetWebsiteCountries(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('WebApi3.Globalisation');
if (typeof(WebApi3.Globalisation.Culture) === 'undefined') {
WebApi3.Globalisation.Culture=gtc("WebApi3.Globalisation.Culture");
WebApi3.Globalisation.Culture.registerClass('WebApi3.Globalisation.Culture');
}

