Call REST API in Service Bus 12.2.1.2 (JSON Request/Response) by Denis Velagic
November 4, 2019 Leave a comment
In this example we will create similar integration as in previous post and only difference will be that both Request and Response will be in JSON format. So let’s call it a typed REST service. We will call a REST API with JSON data format (parameters as input) and as a Response we will get JSON also. So, if you have a requirement to work with some RESTful API that works only with JSON data format you can do it easy in the Service Bus 12.2.1.2 version without converting to XSD. All data mapping can be done in JavaScript activity. JavaScript is not limited to REST services. We can use JavaScript in any service. Here we will call Weather data Rest API and retrieve some JSON information, and this is an example URL of this API. For more information on this API and how to use it you can visit Open Wheater site
Demo
We will create:
- REST Proxy Service – where we will provide the parameter for the API call
- Pipeline
- REST Business service – actual call to the REST API. Read the complete article here.
For regular information on Oracle PaaS become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.
Blog
Twitter
LinkedIn
Facebook
Wiki
Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress