B2B Integration 10.5 | Administering and Monitoring B2B Transactions | Service Development Help | Working with REST
 
Working with REST
 
Approaches for Developing REST Resources
Generating a REST Resource Using the Legacy Approach
Configuring a REST V2 Resource
REST (Representational State Transfer) is an architectural style that requires web applications to support HTTP methods such as GET, POST, PUT, PATCH, and DELETE, and to use a consistent, application-independent interface. Integration Server can act as a REST server or a REST client.
When Integration Server acts as a REST client, Integration Server sends specifically formatted requests to the REST server.
For Integration Server to act as a REST server, it must host services that perform the GET, PUT, POST, PATCH, and DELETE functions. These services perform functions that are specific to your application.
Note: For more information about working with REST services in Integration Server, see the REST Developer’s Guide.

Copyright © 2016- 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.