Exemple #1
0
 public System.Threading.Tasks.Task <TestIntegraciones.HumanSite.GETEMPLEADOSResponse> GETEMPLEADOSAsync(string Mb_epr_cod, string Puestoid, string Catalogoid, int Comid, string Fechaingresostr)
 {
     TestIntegraciones.HumanSite.GETEMPLEADOSRequest inValue = new TestIntegraciones.HumanSite.GETEMPLEADOSRequest();
     inValue.Body                 = new TestIntegraciones.HumanSite.GETEMPLEADOSRequestBody();
     inValue.Body.Mb_epr_cod      = Mb_epr_cod;
     inValue.Body.Puestoid        = Puestoid;
     inValue.Body.Catalogoid      = Catalogoid;
     inValue.Body.Comid           = Comid;
     inValue.Body.Fechaingresostr = Fechaingresostr;
     return(((TestIntegraciones.HumanSite.WSInfoUnidadNegocioSoapPort)(this)).GETEMPLEADOSAsync(inValue));
 }
Exemple #2
0
 public string GETEMPLEADOS(string Mb_epr_cod, string Puestoid, string Catalogoid, int Comid, string Fechaingresostr, out string Error)
 {
     TestIntegraciones.HumanSite.GETEMPLEADOSRequest inValue = new TestIntegraciones.HumanSite.GETEMPLEADOSRequest();
     inValue.Body                 = new TestIntegraciones.HumanSite.GETEMPLEADOSRequestBody();
     inValue.Body.Mb_epr_cod      = Mb_epr_cod;
     inValue.Body.Puestoid        = Puestoid;
     inValue.Body.Catalogoid      = Catalogoid;
     inValue.Body.Comid           = Comid;
     inValue.Body.Fechaingresostr = Fechaingresostr;
     TestIntegraciones.HumanSite.GETEMPLEADOSResponse retVal = ((TestIntegraciones.HumanSite.WSInfoUnidadNegocioSoapPort)(this)).GETEMPLEADOS(inValue);
     Error = retVal.Body.Error;
     return(retVal.Body.Empleadosjson);
 }
Exemple #3
0
 System.Threading.Tasks.Task <TestIntegraciones.HumanSite.GETEMPLEADOSResponse> TestIntegraciones.HumanSite.WSInfoUnidadNegocioSoapPort.GETEMPLEADOSAsync(TestIntegraciones.HumanSite.GETEMPLEADOSRequest request)
 {
     return(base.Channel.GETEMPLEADOSAsync(request));
 }
Exemple #4
0
 TestIntegraciones.HumanSite.GETEMPLEADOSResponse TestIntegraciones.HumanSite.WSInfoUnidadNegocioSoapPort.GETEMPLEADOS(TestIntegraciones.HumanSite.GETEMPLEADOSRequest request)
 {
     return(base.Channel.GETEMPLEADOS(request));
 }