Lazarus
Programming => General => Topic started by: BSaidus on October 21, 2019, 02:46:45 pm
-
Hellllllo !!
Is there framework to write webservices on Lazarus/FPC.
What you recommande me if there is ?
Thanks in advance.
-
REST Dataware https://forum.lazarus.freepascal.org/index.php/topic,47141.0.html and now with English tutorial and BinaryRequest who bring data with so much more performance.
-
For webservices based on WSDL you need my first link in the other post. See the wiki.
-
You can also find JsonRPC based CeosMW in OPM:
https://github.com/jbsolucoes/ceosmw
-
Thanks you for your help.
:)
I discovered also mORMot that can do that,
So what you say about mORMot ?.
thanks
-
mORMot is very well written and supported.
If you start with such code it is excellent. I use it myself on some of my own websites.
It is also well documented, although a bit complex/daunting for beginners.
Note all options given in this thread are proper options (with the exception of being able to handle wsdl, which is needed for the standard: webservices (ISO/IEC PAS 17963:2012 et al) are a standard) for interactive websites.
Just test all of them and make a choice what is comfortable to you. All of them contain good example code.
For inter-operability in commercial applications I would recommend using one of the solutions that fully supports those standards, though.