E1: ORCH: App Stack Form Exception When Calling Orchestration From Postman And SoapUI
(Doc ID 2790461.1)
Last updated on MAY 22, 2023
Applies to:
JD Edwards EnterpriseOne Tools - Version 9.2 and laterInformation in this document applies to any platform.
Symptoms
Getting App Stack Form Exception when Calling Orchestration from Postman and SoapUI.
Customer created an orchestration with a form request to add a payment voucher.
Application Stack, Return Data from All Forms, and Run Synchronously is enabled.
On each application/form in the form request, Bypass Form Processing in Studio is enabled.
The form request begins with P0411_W0411G_VER0014, click Add,
then calls P0011_W0011F to create a batch, click OK
and then calls the following forms:
P0411_W0411A_VERE0014
P0411_W0411D_VER0014
P0411_W0411K_VER0014
P0411_W0411A_VER0014
P0011_W0011F_ZJDE0001
P0411_W0411G_VER0014
This orchestration should returns a batch number.
The orchestration works fine in Orchestrator Studio, however, when called from Postman or SoapUI, receive return code 500 and the following message.
{
"message": {"ServiceRequest: FREQ_P0411AddVoucher": {
"App Stack Form Exception": {
"Expecting Form": "P0011_W0011F",
"Resulting Form": "P0411_W0411G_VER0014"
},
"JAS Response": {
"fs_P0411_W0411G": {
"title": "Supplier Ledger Inquiry",
"data": {},
"errors": [],
"warnings": []
},
"stackId": 1,
"stateId": 1,
"rid": "e1b86c5610d522f9",
"currentApp": "P0411_W0411G_VER0014",
"timeStamp": "2021-07-07:11.39.58",
"sysErrors": []
}
}},
"exception": "Exception",
"timeStamp": "2021-07-07T11:39:58.301-0500",
"userDefinedErrorText": "",
"type": "application"
}
The response above means the orchestration still stuck at P0411_W0411G and P0011 not get launched.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |