Type.registerNamespace('VIK04Admin.WebServices');
VIK04Admin.WebServices.GeographicSearchCaller=function() {
VIK04Admin.WebServices.GeographicSearchCaller.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
VIK04Admin.WebServices.GeographicSearchCaller.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return VIK04Admin.WebServices.GeographicSearchCaller._staticInstance.get_path();},
CallGeographicSearch:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'CallGeographicSearch',false,{},succeededCallback,failedCallback,userContext); }}
VIK04Admin.WebServices.GeographicSearchCaller.registerClass('VIK04Admin.WebServices.GeographicSearchCaller',Sys.Net.WebServiceProxy);
VIK04Admin.WebServices.GeographicSearchCaller._staticInstance = new VIK04Admin.WebServices.GeographicSearchCaller();
VIK04Admin.WebServices.GeographicSearchCaller.set_path = function(value) {
VIK04Admin.WebServices.GeographicSearchCaller._staticInstance.set_path(value); }
VIK04Admin.WebServices.GeographicSearchCaller.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return VIK04Admin.WebServices.GeographicSearchCaller._staticInstance.get_path();}
VIK04Admin.WebServices.GeographicSearchCaller.set_timeout = function(value) {
VIK04Admin.WebServices.GeographicSearchCaller._staticInstance.set_timeout(value); }
VIK04Admin.WebServices.GeographicSearchCaller.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return VIK04Admin.WebServices.GeographicSearchCaller._staticInstance.get_timeout(); }
VIK04Admin.WebServices.GeographicSearchCaller.set_defaultUserContext = function(value) { 
VIK04Admin.WebServices.GeographicSearchCaller._staticInstance.set_defaultUserContext(value); }
VIK04Admin.WebServices.GeographicSearchCaller.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return VIK04Admin.WebServices.GeographicSearchCaller._staticInstance.get_defaultUserContext(); }
VIK04Admin.WebServices.GeographicSearchCaller.set_defaultSucceededCallback = function(value) { 
 VIK04Admin.WebServices.GeographicSearchCaller._staticInstance.set_defaultSucceededCallback(value); }
VIK04Admin.WebServices.GeographicSearchCaller.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return VIK04Admin.WebServices.GeographicSearchCaller._staticInstance.get_defaultSucceededCallback(); }
VIK04Admin.WebServices.GeographicSearchCaller.set_defaultFailedCallback = function(value) { 
VIK04Admin.WebServices.GeographicSearchCaller._staticInstance.set_defaultFailedCallback(value); }
VIK04Admin.WebServices.GeographicSearchCaller.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return VIK04Admin.WebServices.GeographicSearchCaller._staticInstance.get_defaultFailedCallback(); }
VIK04Admin.WebServices.GeographicSearchCaller.set_path("/cms/Admin/WebServices/GeographicSearchCaller.asmx");
VIK04Admin.WebServices.GeographicSearchCaller.CallGeographicSearch= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
VIK04Admin.WebServices.GeographicSearchCaller._staticInstance.CallGeographicSearch(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('VIK04Admin.ViktorPositionSearch');
if (typeof(VIK04Admin.ViktorPositionSearch.SearchPosition) === 'undefined') {
VIK04Admin.ViktorPositionSearch.SearchPosition=gtc("VIK04Admin.ViktorPositionSearch.SearchPosition");
VIK04Admin.ViktorPositionSearch.SearchPosition.registerClass('VIK04Admin.ViktorPositionSearch.SearchPosition');
}

