Example #1
0
 public string getDatavalidate(string xmlDocumento)
 {
     AppMC.SR_DNI.getDatavalidate1Request inValue = new AppMC.SR_DNI.getDatavalidate1Request();
     inValue.xmlDocumento = xmlDocumento;
     AppMC.SR_DNI.getDatavalidate1Response retVal = ((AppMC.SR_DNI.WSDataVerificationPortType)(this)).getDatavalidate(inValue);
     return(retVal.@return);
 }
Example #2
0
 public System.Threading.Tasks.Task <AppMC.SR_DNI.getDatavalidate1Response> getDatavalidateAsync(string xmlDocumento)
 {
     AppMC.SR_DNI.getDatavalidate1Request inValue = new AppMC.SR_DNI.getDatavalidate1Request();
     inValue.xmlDocumento = xmlDocumento;
     return(((AppMC.SR_DNI.WSDataVerificationPortType)(this)).getDatavalidateAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <AppMC.SR_DNI.getDatavalidate1Response> AppMC.SR_DNI.WSDataVerificationPortType.getDatavalidateAsync(AppMC.SR_DNI.getDatavalidate1Request request)
 {
     return(base.Channel.getDatavalidateAsync(request));
 }
Example #4
0
 AppMC.SR_DNI.getDatavalidate1Response AppMC.SR_DNI.WSDataVerificationPortType.getDatavalidate(AppMC.SR_DNI.getDatavalidate1Request request)
 {
     return(base.Channel.getDatavalidate(request));
 }