var UndantagsHanteringService=function() {
UndantagsHanteringService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
UndantagsHanteringService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return UndantagsHanteringService._staticInstance.get_path();},
HanteraUndantagJavaScript:function(meddelande,URL,radnummer,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'HanteraUndantagJavaScript',false,{meddelande:meddelande,URL:URL,radnummer:radnummer},succeededCallback,failedCallback,userContext); }}
UndantagsHanteringService.registerClass('UndantagsHanteringService',Sys.Net.WebServiceProxy);
UndantagsHanteringService._staticInstance = new UndantagsHanteringService();
UndantagsHanteringService.set_path = function(value) { UndantagsHanteringService._staticInstance.set_path(value); }
UndantagsHanteringService.get_path = function() { return UndantagsHanteringService._staticInstance.get_path(); }
UndantagsHanteringService.set_timeout = function(value) { UndantagsHanteringService._staticInstance.set_timeout(value); }
UndantagsHanteringService.get_timeout = function() { return UndantagsHanteringService._staticInstance.get_timeout(); }
UndantagsHanteringService.set_defaultUserContext = function(value) { UndantagsHanteringService._staticInstance.set_defaultUserContext(value); }
UndantagsHanteringService.get_defaultUserContext = function() { return UndantagsHanteringService._staticInstance.get_defaultUserContext(); }
UndantagsHanteringService.set_defaultSucceededCallback = function(value) { UndantagsHanteringService._staticInstance.set_defaultSucceededCallback(value); }
UndantagsHanteringService.get_defaultSucceededCallback = function() { return UndantagsHanteringService._staticInstance.get_defaultSucceededCallback(); }
UndantagsHanteringService.set_defaultFailedCallback = function(value) { UndantagsHanteringService._staticInstance.set_defaultFailedCallback(value); }
UndantagsHanteringService.get_defaultFailedCallback = function() { return UndantagsHanteringService._staticInstance.get_defaultFailedCallback(); }
UndantagsHanteringService.set_path("/Service/UndantagsHanteringService.asmx");
UndantagsHanteringService.HanteraUndantagJavaScript= function(meddelande,URL,radnummer,onSuccess,onFailed,userContext) {UndantagsHanteringService._staticInstance.HanteraUndantagJavaScript(meddelande,URL,radnummer,onSuccess,onFailed,userContext); }
