Type.registerNamespace('FIScheduleFromXMLFeed');
FIScheduleFromXMLFeed.MyService=function() {
FIScheduleFromXMLFeed.MyService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
FIScheduleFromXMLFeed.MyService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return FIScheduleFromXMLFeed.MyService._staticInstance.get_path();},
HelloWorld:function(start,end,origin,dest,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'HelloWorld',false,{start:start,end:end,origin:origin,dest:dest},succeededCallback,failedCallback,userContext); }}
FIScheduleFromXMLFeed.MyService.registerClass('FIScheduleFromXMLFeed.MyService',Sys.Net.WebServiceProxy);
FIScheduleFromXMLFeed.MyService._staticInstance = new FIScheduleFromXMLFeed.MyService();
FIScheduleFromXMLFeed.MyService.set_path = function(value) { FIScheduleFromXMLFeed.MyService._staticInstance.set_path(value); }
FIScheduleFromXMLFeed.MyService.get_path = function() { return FIScheduleFromXMLFeed.MyService._staticInstance.get_path(); }
FIScheduleFromXMLFeed.MyService.set_timeout = function(value) { FIScheduleFromXMLFeed.MyService._staticInstance.set_timeout(value); }
FIScheduleFromXMLFeed.MyService.get_timeout = function() { return FIScheduleFromXMLFeed.MyService._staticInstance.get_timeout(); }
FIScheduleFromXMLFeed.MyService.set_defaultUserContext = function(value) { FIScheduleFromXMLFeed.MyService._staticInstance.set_defaultUserContext(value); }
FIScheduleFromXMLFeed.MyService.get_defaultUserContext = function() { return FIScheduleFromXMLFeed.MyService._staticInstance.get_defaultUserContext(); }
FIScheduleFromXMLFeed.MyService.set_defaultSucceededCallback = function(value) { FIScheduleFromXMLFeed.MyService._staticInstance.set_defaultSucceededCallback(value); }
FIScheduleFromXMLFeed.MyService.get_defaultSucceededCallback = function() { return FIScheduleFromXMLFeed.MyService._staticInstance.get_defaultSucceededCallback(); }
FIScheduleFromXMLFeed.MyService.set_defaultFailedCallback = function(value) { FIScheduleFromXMLFeed.MyService._staticInstance.set_defaultFailedCallback(value); }
FIScheduleFromXMLFeed.MyService.get_defaultFailedCallback = function() { return FIScheduleFromXMLFeed.MyService._staticInstance.get_defaultFailedCallback(); }
FIScheduleFromXMLFeed.MyService.set_enableJsonp = function(value) { FIScheduleFromXMLFeed.MyService._staticInstance.set_enableJsonp(value); }
FIScheduleFromXMLFeed.MyService.get_enableJsonp = function() { return FIScheduleFromXMLFeed.MyService._staticInstance.get_enableJsonp(); }
FIScheduleFromXMLFeed.MyService.set_jsonpCallbackParameter = function(value) { FIScheduleFromXMLFeed.MyService._staticInstance.set_jsonpCallbackParameter(value); }
FIScheduleFromXMLFeed.MyService.get_jsonpCallbackParameter = function() { return FIScheduleFromXMLFeed.MyService._staticInstance.get_jsonpCallbackParameter(); }
FIScheduleFromXMLFeed.MyService.set_path("/myservice.asmx");
FIScheduleFromXMLFeed.MyService.HelloWorld= function(start,end,origin,dest,onSuccess,onFailed,userContext) {FIScheduleFromXMLFeed.MyService._staticInstance.HelloWorld(start,end,origin,dest,onSuccess,onFailed,userContext); }

