In Beta is possible to publish rest service ?!
I see PB 12.5 can publish rest , but not find in PB 2017 R3 b.1880 to publish rest !
In Beta is possible to publish rest service ?!
I see PB 12.5 can publish rest , but not find in PB 2017 R3 b.1880 to publish rest !
Hi Iliyan
The REST Web APIs you can build now with PowerBuilder support C# code only, so it's not possible to use PowerScript objects directly, but you have the option to port them to C#.
Regarding your question about database, currently the only supported platforms are Microsoft SQL Server, Oracle, and PostgreSQL
Hi iliyan;
No ... The PB2017Rx versions of PowerBuilder can only "consume" RESTful web services and not publish them (that is the bad news). However, the great news today is that you can build & publish RESTFul web services in the new and upcoming PB2019 version. The other really exciting news is that you can take the PB2019 beta out for a test drive right now ... https://www.appeon.com/developers/pb-2019-beta.html
HTH ;-)
Regards ... Chris
Ho Ilyan,
check this out:
https://community.appeon.com/index.php/qna/q-a/datawindow-generate-datamodels-c-with-sql-anywhere
Best,
.m
Hi Iliyan,
about your sentence "PB 12.5 can publish rest": maybe you're talking about the PB .NET version and WCF services. They are discontinued.
PB 2019 beta supports C# WEB Api, so you are good to go:
https://www.appeon.com/developers/pb-2019-beta.html
Best,
.m