var SchlagworteService=function() {
SchlagworteService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
SchlagworteService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return SchlagworteService._staticInstance.get_path();},
GetSchlagworte:function(HTMLClientID,HeadlineClientID,TargetClientID,succeededCallback, failedCallback, userContext) {
/// <param name="HTMLClientID" type="String">System.String</param>
/// <param name="HeadlineClientID" type="String">System.String</param>
/// <param name="TargetClientID" type="String">System.String</param>
/// <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(), 'GetSchlagworte',false,{HTMLClientID:HTMLClientID,HeadlineClientID:HeadlineClientID,TargetClientID:TargetClientID},succeededCallback,failedCallback,userContext); }}
SchlagworteService.registerClass('SchlagworteService',Sys.Net.WebServiceProxy);
SchlagworteService._staticInstance = new SchlagworteService();
SchlagworteService.set_path = function(value) {
SchlagworteService._staticInstance.set_path(value); }
SchlagworteService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return SchlagworteService._staticInstance.get_path();}
SchlagworteService.set_timeout = function(value) {
SchlagworteService._staticInstance.set_timeout(value); }
SchlagworteService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return SchlagworteService._staticInstance.get_timeout(); }
SchlagworteService.set_defaultUserContext = function(value) { 
SchlagworteService._staticInstance.set_defaultUserContext(value); }
SchlagworteService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return SchlagworteService._staticInstance.get_defaultUserContext(); }
SchlagworteService.set_defaultSucceededCallback = function(value) { 
 SchlagworteService._staticInstance.set_defaultSucceededCallback(value); }
SchlagworteService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return SchlagworteService._staticInstance.get_defaultSucceededCallback(); }
SchlagworteService.set_defaultFailedCallback = function(value) { 
SchlagworteService._staticInstance.set_defaultFailedCallback(value); }
SchlagworteService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return SchlagworteService._staticInstance.get_defaultFailedCallback(); }
SchlagworteService.set_path("/SchlagworteService.asmx");
SchlagworteService.GetSchlagworte= function(HTMLClientID,HeadlineClientID,TargetClientID,onSuccess,onFailed,userContext) {
/// <param name="HTMLClientID" type="String">System.String</param>
/// <param name="HeadlineClientID" type="String">System.String</param>
/// <param name="TargetClientID" type="String">System.String</param>
/// <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>
SchlagworteService._staticInstance.GetSchlagworte(HTMLClientID,HeadlineClientID,TargetClientID,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(SchlagworteServiceInfo) === 'undefined') {
var SchlagworteServiceInfo=gtc("SchlagworteServiceInfo");
SchlagworteServiceInfo.registerClass('SchlagworteServiceInfo');
}

