var WCFOthers=function() {
WCFOthers.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WCFOthers.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return WCFOthers._staticInstance.get_path();},
DoWork:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DoWork',false,{},succeededCallback,failedCallback,userContext); },
JSON_insertPolling:function(pollingRef,optionRef,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'JSON_insertPolling',false,{pollingRef:pollingRef,optionRef:optionRef},succeededCallback,failedCallback,userContext); },
JSON_getContentYear:function(moduleCode,subModuleCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'JSON_getContentYear',false,{moduleCode:moduleCode,subModuleCode:subModuleCode},succeededCallback,failedCallback,userContext); },
JSON_getContentMonth:function(moduleCode,subModuleCode,year,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'JSON_getContentMonth',false,{moduleCode:moduleCode,subModuleCode:subModuleCode,year:year},succeededCallback,failedCallback,userContext); },
JSON_getContentDay:function(moduleCode,subModuleCode,year,month,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'JSON_getContentDay',false,{moduleCode:moduleCode,subModuleCode:subModuleCode,year:year,month:month},succeededCallback,failedCallback,userContext); },
JSON_doZodiak:function(moduleCode,subModuleCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'JSON_doZodiak',false,{moduleCode:moduleCode,subModuleCode:subModuleCode},succeededCallback,failedCallback,userContext); }}
WCFOthers.registerClass('WCFOthers',Sys.Net.WebServiceProxy);
WCFOthers._staticInstance = new WCFOthers();
WCFOthers.set_path = function(value) { WCFOthers._staticInstance.set_path(value); }
WCFOthers.get_path = function() { return WCFOthers._staticInstance.get_path(); }
WCFOthers.set_timeout = function(value) { WCFOthers._staticInstance.set_timeout(value); }
WCFOthers.get_timeout = function() { return WCFOthers._staticInstance.get_timeout(); }
WCFOthers.set_defaultUserContext = function(value) { WCFOthers._staticInstance.set_defaultUserContext(value); }
WCFOthers.get_defaultUserContext = function() { return WCFOthers._staticInstance.get_defaultUserContext(); }
WCFOthers.set_defaultSucceededCallback = function(value) { WCFOthers._staticInstance.set_defaultSucceededCallback(value); }
WCFOthers.get_defaultSucceededCallback = function() { return WCFOthers._staticInstance.get_defaultSucceededCallback(); }
WCFOthers.set_defaultFailedCallback = function(value) { WCFOthers._staticInstance.set_defaultFailedCallback(value); }
WCFOthers.get_defaultFailedCallback = function() { return WCFOthers._staticInstance.get_defaultFailedCallback(); }
WCFOthers.set_path("/sysServices/WCFOthers.svc");
WCFOthers.DoWork= function(onSuccess,onFailed,userContext) {WCFOthers._staticInstance.DoWork(onSuccess,onFailed,userContext); }
WCFOthers.JSON_insertPolling= function(pollingRef,optionRef,onSuccess,onFailed,userContext) {WCFOthers._staticInstance.JSON_insertPolling(pollingRef,optionRef,onSuccess,onFailed,userContext); }
WCFOthers.JSON_getContentYear= function(moduleCode,subModuleCode,onSuccess,onFailed,userContext) {WCFOthers._staticInstance.JSON_getContentYear(moduleCode,subModuleCode,onSuccess,onFailed,userContext); }
WCFOthers.JSON_getContentMonth= function(moduleCode,subModuleCode,year,onSuccess,onFailed,userContext) {WCFOthers._staticInstance.JSON_getContentMonth(moduleCode,subModuleCode,year,onSuccess,onFailed,userContext); }
WCFOthers.JSON_getContentDay= function(moduleCode,subModuleCode,year,month,onSuccess,onFailed,userContext) {WCFOthers._staticInstance.JSON_getContentDay(moduleCode,subModuleCode,year,month,onSuccess,onFailed,userContext); }
WCFOthers.JSON_doZodiak= function(moduleCode,subModuleCode,onSuccess,onFailed,userContext) {WCFOthers._staticInstance.JSON_doZodiak(moduleCode,subModuleCode,onSuccess,onFailed,userContext); }

