Exemplo n.º 1
0
 public websitefinal.productlist.ProductClass[] GetAllProductsList()
 {
     websitefinal.productlist.GetAllProductsListRequest inValue = new websitefinal.productlist.GetAllProductsListRequest();
     inValue.Body = new websitefinal.productlist.GetAllProductsListRequestBody();
     websitefinal.productlist.GetAllProductsListResponse retVal = ((websitefinal.productlist.GetAllProductsSoap)(this)).GetAllProductsList(inValue);
     return(retVal.Body.GetAllProductsListResult);
 }
Exemplo n.º 2
0
 websitefinal.productlist.GetAllProductsListResponse websitefinal.productlist.GetAllProductsSoap.GetAllProductsList(websitefinal.productlist.GetAllProductsListRequest request)
 {
     return(base.Channel.GetAllProductsList(request));
 }