You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation utilizes httpClient for requests and JSONObject from response. This is due to CFE-18 returning HttpResponse body in JSON format.
Implementation takes advantage of jakarta now instead of temporary org.json implementation. This should be fine now as the objects simply request and respond with the response received from CFE-18. This issue overlaps with generate creation issue due to having issues with parsing JsonObjects that are received from CFE-18.
Description
Requesting data from Master Data Management System requires classes for handling requests and responses that handle input and output.
The text was updated successfully, but these errors were encountered: