What is the best solution synapse, Inet or Indy? I need to connect to a web service.
Thanks Best Regards Max 2010/1/15 Michael Van Canneyt <[email protected]> > > > On Thu, 14 Jan 2010, Michael Joyner ᏩᏯ wrote: > > >> >>> 2010/1/13 Michael Joyner <[email protected]>: >>> >>> Google API / Anyone got connected up via Lazarus/FPC? >>>> >>>> Zaher Dirkey wrote: >> >>> As i remember Google API it is a URL, any component connect to HTTP >>> can use it, or with a WebBrowser. >>> >> It is some sort of XML thingy sort of like SOAP and/or JSON >> > > You can connect to it with synapse,lnet or Indy and parse the result. > If the result is XML, then parse it with the XMLread unit. If it is JSON, > then the fpjson and jsonparser units will parse it for you. > > Michael. > -- > _______________________________________________ > Lazarus mailing list > [email protected] > http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus > >
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
