Esempio n. 1
0
 public string GetAuthenticationToken(string Email, string Password, string AccountID, string GoToEnvelopeID)
 {
     InsuranceCo.CredentialService.GetAuthenticationTokenRequest inValue = new InsuranceCo.CredentialService.GetAuthenticationTokenRequest();
     inValue.Body                = new InsuranceCo.CredentialService.GetAuthenticationTokenRequestBody();
     inValue.Body.Email          = Email;
     inValue.Body.Password       = Password;
     inValue.Body.AccountID      = AccountID;
     inValue.Body.GoToEnvelopeID = GoToEnvelopeID;
     InsuranceCo.CredentialService.GetAuthenticationTokenResponse retVal = ((InsuranceCo.CredentialService.CredentialSoap)(this)).GetAuthenticationToken(inValue);
     return(retVal.Body.GetAuthenticationTokenResult);
 }
Esempio n. 2
0
 InsuranceCo.CredentialService.GetAuthenticationTokenResponse InsuranceCo.CredentialService.CredentialSoap.GetAuthenticationToken(InsuranceCo.CredentialService.GetAuthenticationTokenRequest request)
 {
     return(base.Channel.GetAuthenticationToken(request));
 }