Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Oracle Service bus 12c : How can i Access Json body payload in Error Handling Step using JavaScript

User_8ATWG
Member Posts: 2 Green Ribbon
Hi everyone,
Currently I call my partner REST API using "Service Callout" action
The response return HTTP CODE = 400, and response body is {"status":400, "message" : "Not found any BOND number", "transactionID" :"BOND34351"}
How can i get value of the body using "JavaScript CallOut" action.
Thank you very much for reading and helping me.
Tagged:
Answers
-
I try to using process.body but not working. The value of process.body is null
-