var WCFSignUp=function() {
WCFSignUp.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WCFSignUp.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return WCFSignUp._staticInstance.get_path();},
DoWork:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DoWork',false,{},succeededCallback,failedCallback,userContext); },
JSON_insertMemberBasic:function(loginName,password,nickName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'JSON_insertMemberBasic',false,{loginName:loginName,password:password,nickName:nickName},succeededCallback,failedCallback,userContext); },
JSON_cekMemberNick:function(nickName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'JSON_cekMemberNick',false,{nickName:nickName},succeededCallback,failedCallback,userContext); },
JSON_cekMemberLoginScreen:function(loginScreenName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'JSON_cekMemberLoginScreen',false,{loginScreenName:loginScreenName},succeededCallback,failedCallback,userContext); },
JSON_cekMemberLogin:function(loginName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'JSON_cekMemberLogin',false,{loginName:loginName},succeededCallback,failedCallback,userContext); },
JSON_insertMemberEntity:function(loginName,pass,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'JSON_insertMemberEntity',false,{loginName:loginName,pass:pass},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_cekMemberScreen:function(screenName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'JSON_cekMemberScreen',false,{screenName:screenName},succeededCallback,failedCallback,userContext); }}
WCFSignUp.registerClass('WCFSignUp',Sys.Net.WebServiceProxy);
WCFSignUp._staticInstance = new WCFSignUp();
WCFSignUp.set_path = function(value) { WCFSignUp._staticInstance.set_path(value); }
WCFSignUp.get_path = function() { return WCFSignUp._staticInstance.get_path(); }
WCFSignUp.set_timeout = function(value) { WCFSignUp._staticInstance.set_timeout(value); }
WCFSignUp.get_timeout = function() { return WCFSignUp._staticInstance.get_timeout(); }
WCFSignUp.set_defaultUserContext = function(value) { WCFSignUp._staticInstance.set_defaultUserContext(value); }
WCFSignUp.get_defaultUserContext = function() { return WCFSignUp._staticInstance.get_defaultUserContext(); }
WCFSignUp.set_defaultSucceededCallback = function(value) { WCFSignUp._staticInstance.set_defaultSucceededCallback(value); }
WCFSignUp.get_defaultSucceededCallback = function() { return WCFSignUp._staticInstance.get_defaultSucceededCallback(); }
WCFSignUp.set_defaultFailedCallback = function(value) { WCFSignUp._staticInstance.set_defaultFailedCallback(value); }
WCFSignUp.get_defaultFailedCallback = function() { return WCFSignUp._staticInstance.get_defaultFailedCallback(); }
WCFSignUp.set_path("/sysServices/member/login/WCFSignUp.svc");
WCFSignUp.DoWork= function(onSuccess,onFailed,userContext) {WCFSignUp._staticInstance.DoWork(onSuccess,onFailed,userContext); }
WCFSignUp.JSON_insertMemberBasic= function(loginName,password,nickName,onSuccess,onFailed,userContext) {WCFSignUp._staticInstance.JSON_insertMemberBasic(loginName,password,nickName,onSuccess,onFailed,userContext); }
WCFSignUp.JSON_cekMemberNick= function(nickName,onSuccess,onFailed,userContext) {WCFSignUp._staticInstance.JSON_cekMemberNick(nickName,onSuccess,onFailed,userContext); }
WCFSignUp.JSON_cekMemberLoginScreen= function(loginScreenName,onSuccess,onFailed,userContext) {WCFSignUp._staticInstance.JSON_cekMemberLoginScreen(loginScreenName,onSuccess,onFailed,userContext); }
WCFSignUp.JSON_cekMemberLogin= function(loginName,onSuccess,onFailed,userContext) {WCFSignUp._staticInstance.JSON_cekMemberLogin(loginName,onSuccess,onFailed,userContext); }
WCFSignUp.JSON_insertMemberEntity= function(loginName,pass,onSuccess,onFailed,userContext) {WCFSignUp._staticInstance.JSON_insertMemberEntity(loginName,pass,onSuccess,onFailed,userContext); }
WCFSignUp.JSON_insertPolling= function(pollingRef,optionRef,onSuccess,onFailed,userContext) {WCFSignUp._staticInstance.JSON_insertPolling(pollingRef,optionRef,onSuccess,onFailed,userContext); }
WCFSignUp.JSON_cekMemberScreen= function(screenName,onSuccess,onFailed,userContext) {WCFSignUp._staticInstance.JSON_cekMemberScreen(screenName,onSuccess,onFailed,userContext); }

