Convert JSON request to string in OICS
Summary
Catch the request and convert to string in OICSContent
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>
Tagged:
0