Exemple #1
0
 public string login(string name, string password)
 {
     JKJC.KGMWebService.login inValue = new JKJC.KGMWebService.login();
     inValue.Body          = new JKJC.KGMWebService.loginBody();
     inValue.Body.name     = name;
     inValue.Body.password = password;
     JKJC.KGMWebService.loginResponse retVal = ((JKJC.KGMWebService.GmWebServlet)(this)).login(inValue);
     return(retVal.Body.@return);
 }
Exemple #2
0
 JKJC.KGMWebService.loginResponse JKJC.KGMWebService.GmWebServlet.login(JKJC.KGMWebService.login request)
 {
     return(base.Channel.login(request));
 }