How to call apsv from html/js

Posted by Joey Samoy on 07-Feb-2020 17:16

Hi,

I have an appserver routine (.p) on PAS that returns json data.


How to call that routine from html or javascript? 

TIA!

OE 12 Classroom Ed

Posted by David Cleary on 07-Feb-2020 18:54

Create a REST or Web service and map the API you want to it. With REST, you have a graphical mapper that allows you to map parts of the incoming and outgoing HTTP messages. With Web, you create a web handler and call your procedure.

Dave

All Replies

Posted by David Cleary on 07-Feb-2020 18:54

Create a REST or Web service and map the API you want to it. With REST, you have a graphical mapper that allows you to map parts of the incoming and outgoing HTTP messages. With Web, you create a web handler and call your procedure.

Dave

This thread is closed