Exemple #1
0
 public System.Threading.Tasks.Task <cpp.test.ServiceReference1.ValidateOTPRequestResponse> ValidateOTPRequestAsync(string validateOtpXmlStr)
 {
     cpp.test.ServiceReference1.ValidateOTPRequestRequest inValue = new cpp.test.ServiceReference1.ValidateOTPRequestRequest();
     inValue.Body = new cpp.test.ServiceReference1.ValidateOTPRequestRequestBody();
     inValue.Body.validateOtpXmlStr = validateOtpXmlStr;
     return(((cpp.test.ServiceReference1.coreSoap)(this)).ValidateOTPRequestAsync(inValue));
 }
Exemple #2
0
 public string ValidateOTPRequest(string validateOtpXmlStr)
 {
     cpp.test.ServiceReference1.ValidateOTPRequestRequest inValue = new cpp.test.ServiceReference1.ValidateOTPRequestRequest();
     inValue.Body = new cpp.test.ServiceReference1.ValidateOTPRequestRequestBody();
     inValue.Body.validateOtpXmlStr = validateOtpXmlStr;
     cpp.test.ServiceReference1.ValidateOTPRequestResponse retVal = ((cpp.test.ServiceReference1.coreSoap)(this)).ValidateOTPRequest(inValue);
     return(retVal.Body.ValidateOTPRequestResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <cpp.test.ServiceReference1.ValidateOTPRequestResponse> cpp.test.ServiceReference1.coreSoap.ValidateOTPRequestAsync(cpp.test.ServiceReference1.ValidateOTPRequestRequest request)
 {
     return(base.Channel.ValidateOTPRequestAsync(request));
 }
Exemple #4
0
 cpp.test.ServiceReference1.ValidateOTPRequestResponse cpp.test.ServiceReference1.coreSoap.ValidateOTPRequest(cpp.test.ServiceReference1.ValidateOTPRequestRequest request)
 {
     return(base.Channel.ValidateOTPRequest(request));
 }