示例#1
0
 public string getStock(string login, string password, string idSite, string codigoAlfa, string tallaOriginalCliente)
 {
     DLLGestionVenta.HermesModaliaWebServiceReference.getStockRequest inValue = new DLLGestionVenta.HermesModaliaWebServiceReference.getStockRequest();
     inValue.Body                      = new DLLGestionVenta.HermesModaliaWebServiceReference.getStockRequestBody();
     inValue.Body.login                = login;
     inValue.Body.password             = password;
     inValue.Body.idSite               = idSite;
     inValue.Body.codigoAlfa           = codigoAlfa;
     inValue.Body.tallaOriginalCliente = tallaOriginalCliente;
     DLLGestionVenta.HermesModaliaWebServiceReference.getStockResponse retVal = ((DLLGestionVenta.HermesModaliaWebServiceReference.HermesImpl)(this)).getStock(inValue);
     return(retVal.Body.getStockReturn);
 }
示例#2
0
 DLLGestionVenta.HermesModaliaWebServiceReference.getStockResponse DLLGestionVenta.HermesModaliaWebServiceReference.HermesImpl.getStock(DLLGestionVenta.HermesModaliaWebServiceReference.getStockRequest request)
 {
     return(base.Channel.getStock(request));
 }