Sign up
Log in
My Platform
Tools
Tools
Go back
Downloads
IPP
Licensing
Learn
Learn
Go back
Training
Welcome
Guided Paths
Training Planner
Courses
Tech Talks
Classroom
Certifications
Documentation
Overview
OutSystems 11
Best Practices
How-to Guides
Community
Community
Go back
Home
Jobs
Forums
Forge
Ideas
Members
Badges
Support
OutSystems.com
Sign up
Log in
Learn
›
Courses
›
Integrating with Web Services
English
English
日本語
Exposing a REST API in OutSystems
Deleting Application Data using REST (DELETE)
Woah there! To view this course you must be a multilingual PhD Nobel-prize-winning astrophysicist rock-star… or logged in — whichever’s easier for you.
Login
Login To Download Lesson Materials
Need help with this course?
Ask in our Forums.
| Have an idea to improve your learning experience?
Share in Ideas.
Web Services Overview
Web Services
Introduce the types of Web Services available in OutSystems and explain how to consume, expose, configure, and monitor both SOAP web services and REST APIs
Consuming an External REST API
Retrieving Data from a REST API (GET)
Learn how to consume a REST API and retrieve data using the HTTP GET method.
Writing Data to a REST API (POST and PUT)
Learn how to consume a REST API to enable inserting data on an external system via the HTTP POST method, and updating with the HTTP PUT method.
Deleting Data from a REST API (DELETE)
Learn how to consume a REST API to enable the deletion of data on an external system via the HTTP DELETE method.
Extra Resources
Exposing a REST API in OutSystems
Exposing Application Data using REST (GET)
Learn how to expose a REST API to enable an external system to retrieve data from an OutSystems application.
Creating Application Data using REST (POST)
Learn how to expose a REST API to enable an external system to insert data into an existing OutSystems application data model.
Updating Application Data using REST (PUT)
Learn how to expose a REST API to enable an external system to update data in an existing OutSystems application data model.
Deleting Application Data using REST (DELETE)
Learn how to expose a REST API to enable an external system to delete data in an existing OutSystems application data model.
Extra Resources
Consuming an External SOAP Web Service
Retrieving Data from a SOAP Web Service
Learn how to consume a SOAP Web Service and retrieve data from an external system via SOAP.
Writing Data to a SOAP Web Service
Learn how to consume a SOAP Web Service to enable inserting data into an external system via SOAP.
Deleting Data from a SOAP Web Service
Learn how to consume a SOAP Web Service to enable the deletion of data on an external system via SOAP.
Exposing a SOAP Web Service in OutSystems
Exposing Application Data using SOAP
Learn how to expose a SOAP Web Service to enable an external system to retrieve data from an OutSystems application.
Creating Application Data using SOAP
Learn how to expose a SOAP Web Service to enable an external system to insert data into an existing OutSystems application data model.
Changing Application Data using SOAP
Learn how to expose a SOAP Web Service to enable an external system to update data in an existing OutSystems application data model.
Deleting Application Data using SOAP
Learn how to expose a SOAP Web Service to enable an external system to delete data in an existing OutSystems application data model.
Additional Use Cases
Integrating with Google OAuth Exercise
Learn how to Consume a REST API in OutSystems to integrate with OAuth 2.0 using a Google account.
Handling JSON data
Learn how to easily create complex Structures from existing JSON data and how to serialize and deserialize JSON data in an OutSystems application.
Handling HTTP status codes when consuming a REST web service
Learn how to handle the REST API errors when consuming a REST web service by implementing your own logic.
Loading...
Loading