Ejemplo n.º 1
0
 public PRESTACONNECT.WSVERSION.Version ReadVersionProduct(string product, uint current, int sage, int prestashop)
 {
     PRESTACONNECT.WSVERSION.ReadVersionProductRequest inValue = new PRESTACONNECT.WSVERSION.ReadVersionProductRequest();
     inValue.Body            = new PRESTACONNECT.WSVERSION.ReadVersionProductRequestBody();
     inValue.Body.product    = product;
     inValue.Body.current    = current;
     inValue.Body.sage       = sage;
     inValue.Body.prestashop = prestashop;
     PRESTACONNECT.WSVERSION.ReadVersionProductResponse retVal = ((PRESTACONNECT.WSVERSION.WSVersionSoap)(this)).ReadVersionProduct(inValue);
     return(retVal.Body.ReadVersionProductResult);
 }
Ejemplo n.º 2
0
 PRESTACONNECT.WSVERSION.ReadVersionProductResponse PRESTACONNECT.WSVERSION.WSVersionSoap.ReadVersionProduct(PRESTACONNECT.WSVERSION.ReadVersionProductRequest request)
 {
     return(base.Channel.ReadVersionProduct(request));
 }