Beispiel #1
0
 public string authenticate(string sUserCode, string sPassWord)
 {
     SocialEvents.Service.EdmsServiceRef.authenticateRequest inValue = new SocialEvents.Service.EdmsServiceRef.authenticateRequest();
     inValue.sUserCode = sUserCode;
     inValue.sPassWord = sPassWord;
     SocialEvents.Service.EdmsServiceRef.authenticateResponse retVal = ((SocialEvents.Service.EdmsServiceRef.WSESRCJGeneral)(this)).authenticate(inValue);
     return(retVal.authenticateReturn);
 }
Beispiel #2
0
 SocialEvents.Service.EdmsServiceRef.authenticateResponse SocialEvents.Service.EdmsServiceRef.WSESRCJGeneral.authenticate(SocialEvents.Service.EdmsServiceRef.authenticateRequest request)
 {
     return(base.Channel.authenticate(request));
 }