Type.registerNamespace('Sama.WebApp.WebServices');
Sama.WebApp.WebServices.WebService=function() {
Sama.WebApp.WebServices.WebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Sama.WebApp.WebServices.WebService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Sama.WebApp.WebServices.WebService._staticInstance.get_path();},
GetMunicipalInfo:function(jurisdictionCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMunicipalInfo',false,{jurisdictionCode:jurisdictionCode},succeededCallback,failedCallback,userContext); },
GetMunicipalityExtent:function(municipalityCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMunicipalityExtent',false,{municipalityCode:municipalityCode},succeededCallback,failedCallback,userContext); },
GetTaxMapNumbers:function(jurisdictionCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTaxMapNumbers',false,{jurisdictionCode:jurisdictionCode},succeededCallback,failedCallback,userContext); },
GetSections:function(jurisdictionCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSections',false,{jurisdictionCode:jurisdictionCode},succeededCallback,failedCallback,userContext); },
GetTownships:function(jurisdictionCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTownships',false,{jurisdictionCode:jurisdictionCode},succeededCallback,failedCallback,userContext); },
GetRanges:function(jurisdictionCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRanges',false,{jurisdictionCode:jurisdictionCode},succeededCallback,failedCallback,userContext); },
GetMeridians:function(jurisdictionCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMeridians',false,{jurisdictionCode:jurisdictionCode},succeededCallback,failedCallback,userContext); },
GetStreetNames:function(jurisdictionCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetStreetNames',false,{jurisdictionCode:jurisdictionCode},succeededCallback,failedCallback,userContext); },
GetCivicStreetsName:function(jurisdictionCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCivicStreetsName',false,{jurisdictionCode:jurisdictionCode},succeededCallback,failedCallback,userContext); },
GetCondoUnits:function(jurisdictionCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCondoUnits',false,{jurisdictionCode:jurisdictionCode},succeededCallback,failedCallback,userContext); }}
Sama.WebApp.WebServices.WebService.registerClass('Sama.WebApp.WebServices.WebService',Sys.Net.WebServiceProxy);
Sama.WebApp.WebServices.WebService._staticInstance = new Sama.WebApp.WebServices.WebService();
Sama.WebApp.WebServices.WebService.set_path = function(value) { Sama.WebApp.WebServices.WebService._staticInstance.set_path(value); }
Sama.WebApp.WebServices.WebService.get_path = function() { return Sama.WebApp.WebServices.WebService._staticInstance.get_path(); }
Sama.WebApp.WebServices.WebService.set_timeout = function(value) { Sama.WebApp.WebServices.WebService._staticInstance.set_timeout(value); }
Sama.WebApp.WebServices.WebService.get_timeout = function() { return Sama.WebApp.WebServices.WebService._staticInstance.get_timeout(); }
Sama.WebApp.WebServices.WebService.set_defaultUserContext = function(value) { Sama.WebApp.WebServices.WebService._staticInstance.set_defaultUserContext(value); }
Sama.WebApp.WebServices.WebService.get_defaultUserContext = function() { return Sama.WebApp.WebServices.WebService._staticInstance.get_defaultUserContext(); }
Sama.WebApp.WebServices.WebService.set_defaultSucceededCallback = function(value) { Sama.WebApp.WebServices.WebService._staticInstance.set_defaultSucceededCallback(value); }
Sama.WebApp.WebServices.WebService.get_defaultSucceededCallback = function() { return Sama.WebApp.WebServices.WebService._staticInstance.get_defaultSucceededCallback(); }
Sama.WebApp.WebServices.WebService.set_defaultFailedCallback = function(value) { Sama.WebApp.WebServices.WebService._staticInstance.set_defaultFailedCallback(value); }
Sama.WebApp.WebServices.WebService.get_defaultFailedCallback = function() { return Sama.WebApp.WebServices.WebService._staticInstance.get_defaultFailedCallback(); }
Sama.WebApp.WebServices.WebService.set_path("/sama/WebService.asmx");
Sama.WebApp.WebServices.WebService.GetMunicipalInfo= function(jurisdictionCode,onSuccess,onFailed,userContext) {Sama.WebApp.WebServices.WebService._staticInstance.GetMunicipalInfo(jurisdictionCode,onSuccess,onFailed,userContext); }
Sama.WebApp.WebServices.WebService.GetMunicipalityExtent= function(municipalityCode,onSuccess,onFailed,userContext) {Sama.WebApp.WebServices.WebService._staticInstance.GetMunicipalityExtent(municipalityCode,onSuccess,onFailed,userContext); }
Sama.WebApp.WebServices.WebService.GetTaxMapNumbers= function(jurisdictionCode,onSuccess,onFailed,userContext) {Sama.WebApp.WebServices.WebService._staticInstance.GetTaxMapNumbers(jurisdictionCode,onSuccess,onFailed,userContext); }
Sama.WebApp.WebServices.WebService.GetSections= function(jurisdictionCode,onSuccess,onFailed,userContext) {Sama.WebApp.WebServices.WebService._staticInstance.GetSections(jurisdictionCode,onSuccess,onFailed,userContext); }
Sama.WebApp.WebServices.WebService.GetTownships= function(jurisdictionCode,onSuccess,onFailed,userContext) {Sama.WebApp.WebServices.WebService._staticInstance.GetTownships(jurisdictionCode,onSuccess,onFailed,userContext); }
Sama.WebApp.WebServices.WebService.GetRanges= function(jurisdictionCode,onSuccess,onFailed,userContext) {Sama.WebApp.WebServices.WebService._staticInstance.GetRanges(jurisdictionCode,onSuccess,onFailed,userContext); }
Sama.WebApp.WebServices.WebService.GetMeridians= function(jurisdictionCode,onSuccess,onFailed,userContext) {Sama.WebApp.WebServices.WebService._staticInstance.GetMeridians(jurisdictionCode,onSuccess,onFailed,userContext); }
Sama.WebApp.WebServices.WebService.GetStreetNames= function(jurisdictionCode,onSuccess,onFailed,userContext) {Sama.WebApp.WebServices.WebService._staticInstance.GetStreetNames(jurisdictionCode,onSuccess,onFailed,userContext); }
Sama.WebApp.WebServices.WebService.GetCivicStreetsName= function(jurisdictionCode,onSuccess,onFailed,userContext) {Sama.WebApp.WebServices.WebService._staticInstance.GetCivicStreetsName(jurisdictionCode,onSuccess,onFailed,userContext); }
Sama.WebApp.WebServices.WebService.GetCondoUnits= function(jurisdictionCode,onSuccess,onFailed,userContext) {Sama.WebApp.WebServices.WebService._staticInstance.GetCondoUnits(jurisdictionCode,onSuccess,onFailed,userContext); }
