Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Convert JSON request to string in OICS

edited Jan 16, 2019 4:10PM in Integration 9 comments

Summary

Catch the request and convert to string in OICS

Content

Hello

I am work with Oracle Integration Clou Service and I have a REST connnection like trigger, I defined the JSON schema in the request configuration, and I wish catch the request (input JSON schema) and convert to a string for to send the request to a only tag expose by external a web service.

Example.

I receive the JSON:

{

"store":"TEST1",

{[

"id":123,

"name:":"BookOne"}]

}

I want send this JSON like a string to a tag exposed by the web service, example:

<stores>

<item>{"store":"TEST1",{["id":123,"name:":"BookOne"}]}</item>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!