Type.registerNamespace('EdtungWeb');
EdtungWeb.WebService=function() {
EdtungWeb.WebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
EdtungWeb.WebService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return EdtungWeb.WebService._staticInstance.get_path();},
HelloWorld:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'HelloWorld',false,{},succeededCallback,failedCallback,userContext); },
Test:function(test,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Test',false,{test:test},succeededCallback,failedCallback,userContext); },
GetExamTypes:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetExamTypes',false,{},succeededCallback,failedCallback,userContext); },
InsertMyVedioMaterials:function(CurriculmLessonNo,UserId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'InsertMyVedioMaterials',false,{CurriculmLessonNo:CurriculmLessonNo,UserId:UserId},succeededCallback,failedCallback,userContext); },
InsertMultiMyVedioMaterials:function(CurriculmLessonNos,UserId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'InsertMultiMyVedioMaterials',false,{CurriculmLessonNos:CurriculmLessonNos,UserId:UserId},succeededCallback,failedCallback,userContext); },
InsertCombineStandardAndCustomExamRecordToMyLearnning_MyExamOnlineCategory:function(MyLearnning_MyExamOnlineCategoryNo,CombineStandardAndCustomExamRecordNo,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'InsertCombineStandardAndCustomExamRecordToMyLearnning_MyExamOnlineCategory',false,{MyLearnning_MyExamOnlineCategoryNo:MyLearnning_MyExamOnlineCategoryNo,CombineStandardAndCustomExamRecordNo:CombineStandardAndCustomExamRecordNo},succeededCallback,failedCallback,userContext); },
GetCategoryName:function(MyLearnning_MyExamOnlineCategoryNo,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCategoryName',false,{MyLearnning_MyExamOnlineCategoryNo:MyLearnning_MyExamOnlineCategoryNo},succeededCallback,failedCallback,userContext); }}
EdtungWeb.WebService.registerClass('EdtungWeb.WebService',Sys.Net.WebServiceProxy);
EdtungWeb.WebService._staticInstance = new EdtungWeb.WebService();
EdtungWeb.WebService.set_path = function(value) { EdtungWeb.WebService._staticInstance.set_path(value); }
EdtungWeb.WebService.get_path = function() { return EdtungWeb.WebService._staticInstance.get_path(); }
EdtungWeb.WebService.set_timeout = function(value) { EdtungWeb.WebService._staticInstance.set_timeout(value); }
EdtungWeb.WebService.get_timeout = function() { return EdtungWeb.WebService._staticInstance.get_timeout(); }
EdtungWeb.WebService.set_defaultUserContext = function(value) { EdtungWeb.WebService._staticInstance.set_defaultUserContext(value); }
EdtungWeb.WebService.get_defaultUserContext = function() { return EdtungWeb.WebService._staticInstance.get_defaultUserContext(); }
EdtungWeb.WebService.set_defaultSucceededCallback = function(value) { EdtungWeb.WebService._staticInstance.set_defaultSucceededCallback(value); }
EdtungWeb.WebService.get_defaultSucceededCallback = function() { return EdtungWeb.WebService._staticInstance.get_defaultSucceededCallback(); }
EdtungWeb.WebService.set_defaultFailedCallback = function(value) { EdtungWeb.WebService._staticInstance.set_defaultFailedCallback(value); }
EdtungWeb.WebService.get_defaultFailedCallback = function() { return EdtungWeb.WebService._staticInstance.get_defaultFailedCallback(); }
EdtungWeb.WebService.set_enableJsonp = function(value) { EdtungWeb.WebService._staticInstance.set_enableJsonp(value); }
EdtungWeb.WebService.get_enableJsonp = function() { return EdtungWeb.WebService._staticInstance.get_enableJsonp(); }
EdtungWeb.WebService.set_jsonpCallbackParameter = function(value) { EdtungWeb.WebService._staticInstance.set_jsonpCallbackParameter(value); }
EdtungWeb.WebService.get_jsonpCallbackParameter = function() { return EdtungWeb.WebService._staticInstance.get_jsonpCallbackParameter(); }
EdtungWeb.WebService.set_path("/WebService.asmx");
EdtungWeb.WebService.HelloWorld= function(onSuccess,onFailed,userContext) {EdtungWeb.WebService._staticInstance.HelloWorld(onSuccess,onFailed,userContext); }
EdtungWeb.WebService.Test= function(test,onSuccess,onFailed,userContext) {EdtungWeb.WebService._staticInstance.Test(test,onSuccess,onFailed,userContext); }
EdtungWeb.WebService.GetExamTypes= function(onSuccess,onFailed,userContext) {EdtungWeb.WebService._staticInstance.GetExamTypes(onSuccess,onFailed,userContext); }
EdtungWeb.WebService.InsertMyVedioMaterials= function(CurriculmLessonNo,UserId,onSuccess,onFailed,userContext) {EdtungWeb.WebService._staticInstance.InsertMyVedioMaterials(CurriculmLessonNo,UserId,onSuccess,onFailed,userContext); }
EdtungWeb.WebService.InsertMultiMyVedioMaterials= function(CurriculmLessonNos,UserId,onSuccess,onFailed,userContext) {EdtungWeb.WebService._staticInstance.InsertMultiMyVedioMaterials(CurriculmLessonNos,UserId,onSuccess,onFailed,userContext); }
EdtungWeb.WebService.InsertCombineStandardAndCustomExamRecordToMyLearnning_MyExamOnlineCategory= function(MyLearnning_MyExamOnlineCategoryNo,CombineStandardAndCustomExamRecordNo,onSuccess,onFailed,userContext) {EdtungWeb.WebService._staticInstance.InsertCombineStandardAndCustomExamRecordToMyLearnning_MyExamOnlineCategory(MyLearnning_MyExamOnlineCategoryNo,CombineStandardAndCustomExamRecordNo,onSuccess,onFailed,userContext); }
EdtungWeb.WebService.GetCategoryName= function(MyLearnning_MyExamOnlineCategoryNo,onSuccess,onFailed,userContext) {EdtungWeb.WebService._staticInstance.GetCategoryName(MyLearnning_MyExamOnlineCategoryNo,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('System.Data');
if (typeof(System.Data.DataSet) === 'undefined') {
System.Data.DataSet=gtc("System.Data.DataSet");
System.Data.DataSet.registerClass('System.Data.DataSet');
}

