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

