Beispiel #1
0
 public System.Threading.Tasks.Task <cpp.test.ServiceReference1.GenerateOTPRequestResponse> GenerateOTPRequestAsync(string generateOtpXmlStr)
 {
     cpp.test.ServiceReference1.GenerateOTPRequestRequest inValue = new cpp.test.ServiceReference1.GenerateOTPRequestRequest();
     inValue.Body = new cpp.test.ServiceReference1.GenerateOTPRequestRequestBody();
     inValue.Body.generateOtpXmlStr = generateOtpXmlStr;
     return(((cpp.test.ServiceReference1.coreSoap)(this)).GenerateOTPRequestAsync(inValue));
 }
Beispiel #2
0
 public string GenerateOTPRequest(string generateOtpXmlStr)
 {
     cpp.test.ServiceReference1.GenerateOTPRequestRequest inValue = new cpp.test.ServiceReference1.GenerateOTPRequestRequest();
     inValue.Body = new cpp.test.ServiceReference1.GenerateOTPRequestRequestBody();
     inValue.Body.generateOtpXmlStr = generateOtpXmlStr;
     cpp.test.ServiceReference1.GenerateOTPRequestResponse retVal = ((cpp.test.ServiceReference1.coreSoap)(this)).GenerateOTPRequest(inValue);
     return(retVal.Body.GenerateOTPRequestResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <cpp.test.ServiceReference1.GenerateOTPRequestResponse> cpp.test.ServiceReference1.coreSoap.GenerateOTPRequestAsync(cpp.test.ServiceReference1.GenerateOTPRequestRequest request)
 {
     return(base.Channel.GenerateOTPRequestAsync(request));
 }
Beispiel #4
0
 cpp.test.ServiceReference1.GenerateOTPRequestResponse cpp.test.ServiceReference1.coreSoap.GenerateOTPRequest(cpp.test.ServiceReference1.GenerateOTPRequestRequest request)
 {
     return(base.Channel.GenerateOTPRequest(request));
 }