Integration Technologies - JDE1 (MOSC)

MOSC Banner

An Error In Orchestrator

Hello,

We are working on an Orchestrator with a REST API (for a different project). In the connector, we tried to manipulate the body, but it gives an error. You can find what we try and the error we receive below. Can you please support us?  

JDE: 9.2

EnterpriseOne Tools Release:  9.2.5.4

Manipulate Body

import groovy.json.JsonSlurper;

import groovy.json.JsonBuilder;

import com.oracle.e1.common.OrchestrationAttributes;

import java.time.ZonedDateTime

import java.time.ZoneId

import java.time.LocalDateTime;

import java.time.format.DateTimeFormatter

 

String main(OrchestrationAttributes orchAttr, String input)

{

 

   def jsonIn = new JsonSlurper().parseText(input);  

    // modify jsonIn;

 

   def input = jsonIn["recordingDatetimeUTC"]

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center