-2

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

Memeche12
  • 1
  • 2

1 Answers1

0

Here are some examples:

Calling ASMX from jQuery

Call (Consume) Web Service (ASMX) using jQuery AJAX in ASP.Net

Do some more research via this Google search.

cChacon
  • 184
  • 1
  • 8