i have this webservice: https://farmaciasdesimilares.com/WSAjaxHttps/MXFSWEBAJAXService.asmx/ObtenerProductosPorID
now, i want to show a list of the products that this service contain (ObtenerProductosPorId translate to GetProductsById), so i can show the products in a html page
i have been searching but cannot get a proper answer i know that this can be done with ajax, but i dont know how
im new to web design