PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Development of RESTful Web Service
Development of RESTful Web Service
Iniciado por nizar, 03,mar. 2015 10:28 - 1 respuesta
Publicado el 03,marzo 2015 - 10:28
Hello,
Currently WinDev enables the development of SOAP Web Service, it is also possible development of RESTful Web Service?
Client side, I know the communication and examination of this type of Web Service, but how to actually develop it?

So anyone have an idea?

The latest example of WW_AWPREST PCSOFT not suitable at all, it is transformed a Web Site to Web Service using URL rewriting
Publicado el 03,marzo 2015 - 11:59
Hi Nizar

a very eay way of doing that is to use webdev... In that case, a simple
awp page IS your REST webservice...

There is a full example of that included in my wxreplication open source
project

If you really want to use windev, then you need to basically write a
small web server, which is clearly MUCH more complex.

Best regards


--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

NEW: WXReplication, your open source replication system is available on
my web site!!!
WXShowroom.com: Show your projects!
More information on http://www.fabriceharari.com

Contact me at:
Email: fabrice@fabriceharari.com
Skype ID: fabriceharari
Tel # in the USA: +1 985 746 1422
Tel # in France: +33 970 444 445 (local number 0970 444 445)


On 3/3/2015 4:28 AM, nizar wrote:
Hello,
Currently WinDev enables the development of SOAP Web Service, it is
also possible development of RESTful Web Service?
Client side, I know the communication and examination of this type of
Web Service, but how to actually develop it?

So anyone have an idea?

The latest example of WW_AWPREST PCSOFT not suitable at all, it is
transformed a Web Site to Web Service using URL rewriting