You can create your own custom service in PHP or Python and call it from your ActiveGrid Application. The easiest way to do this is to start from the
Page Flow file for your project and choose the
Insert Action... > Call Custom Code... menu item. This launches the
Call Custom Code wizard. On the Custom Code Details screen, click the
New button to create a new service. Then click the
New button to create a skeleton operation for each operation you want the service to include. After you’ve added all the operations, click
Finish. The
Call Custom Code wizard creates a code file for you that declares the inputs and outputs you specified in the wizard. Similarly, it creates a
Service Definition (
.wsdl) file containing the input and output messages for each operation.