Esempio n. 1
0
 public bool Login(string username, string password)
 {
     ServiceG2A.MZ.LoginRequest inValue = new ServiceG2A.MZ.LoginRequest();
     inValue.Body          = new ServiceG2A.MZ.LoginRequestBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     ServiceG2A.MZ.LoginResponse retVal = ((ServiceG2A.MZ.WebServiceMZSoap)(this)).Login(inValue);
     return(retVal.Body.LoginResult);
 }
Esempio n. 2
0
 ServiceG2A.MZ.LoginResponse ServiceG2A.MZ.WebServiceMZSoap.Login(ServiceG2A.MZ.LoginRequest request)
 {
     return(base.Channel.Login(request));
 }