-
Web Services Framework Overview
What is the Web Services Framework? The Web Services Framework is an easy-to-use framework for building a web service application in LogicNets. It helps you build simple web services and more…
-
Starting a Project Using the Web Services Framework
To set up a new project based on the Web Services Framework, you need to fill out the Project name in the New Project screen: 1. Click the projects folder in the Projects pane and click the New…
-
Web Services Endpoints
Endpoints The logicnets in the endpoints folder are the endpoints for your web service, and the web service calls endpoints by the name of the logicnet.…
-
Web Service Input Output Data
Input Data When your end-point logicnet is invoked, the following dataobjects will be available from the context. All input data will be stored in the dataobject ‘__in’ __in.…
-
Web Services Access Control
You can add access control to your web service by turning on Authentication in your project settings and configuring "Roles" there. This allows you to prevent unauthorized access to your web service…
-
Include Form Parts: Get form-parts meta
Description The Get form-parts meta option allows you to include form parts in logicnets as part of the Web Services framework, allowing you to add to the data processing and algorithm functions that…
-
Advanced Topics
1. Onstart Logicnets When you want to do some common initialization, it is possible to put those logicnets in the onstart folder. You can put as many logicnets as you need in this folder,…
-
Webservice Request/Response Validation
Description The LogicNets WebService Framework (WSF) offers tools that allow you to validate the requests and responses of inbound web service calls based on an Open API-based specification (https:…
-
Download API Responses in Small Chunks
Description Some web API responses are quite long, and it is useful to have the client download the response in small pieces or resume a download if the download is interrupted; for example,…
-
Asynchronous Web API Calls
Description LogicNets offers the WebServicesFramework to help implement web API services, and the endpoints in packages that use this framework implement web API call processing.…
Easy to use framework for building a web service application in LogicNets