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

