Ejemplo n.º 1
0
 public sbyte Execute(string Empid, string Emppassword, string Codigo, int Inciar, int Cantidad, string Fechaini, string Fechafin, out string Error, out IntegrationZetaPrueba2.EXPWSArticulos.ArticulosSDTArticuloItem[] Articulos)
 {
     global::IntegrationZetaPrueba2.EXPWSArticulos.ExecuteRequest inValue = new global::IntegrationZetaPrueba2.EXPWSArticulos.ExecuteRequest();
     inValue.Empid       = Empid;
     inValue.Emppassword = Emppassword;
     inValue.Codigo      = Codigo;
     inValue.Inciar      = Inciar;
     inValue.Cantidad    = Cantidad;
     inValue.Fechaini    = Fechaini;
     inValue.Fechafin    = Fechafin;
     global::IntegrationZetaPrueba2.EXPWSArticulos.ExecuteResponse retVal = ((global::IntegrationZetaPrueba2.EXPWSArticulos.ExpWSArticulosSoapPort)(this)).Execute(inValue);
     Error     = retVal.Error;
     Articulos = retVal.Articulos;
     return(retVal.Ok);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <global::IntegrationZetaPrueba2.EXPWSArticulos.ExecuteResponse> ExecuteAsync(global::IntegrationZetaPrueba2.EXPWSArticulos.ExecuteRequest request)
 {
     return(base.Channel.ExecuteAsync(request));
 }
Ejemplo n.º 3
0
 global::IntegrationZetaPrueba2.EXPWSArticulos.ExecuteResponse global::IntegrationZetaPrueba2.EXPWSArticulos.ExpWSArticulosSoapPort.Execute(global::IntegrationZetaPrueba2.EXPWSArticulos.ExecuteRequest request)
 {
     return(base.Channel.Execute(request));
 }