Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request and Response #1

Open
Nefarious46 opened this issue Sep 29, 2024 · 2 comments
Open

Request and Response #1

Nefarious46 opened this issue Sep 29, 2024 · 2 comments
Assignees
Labels
feature Existing feature

Comments

@Nefarious46
Copy link

Description
Requesting data from Master Data Management System requires classes for handling requests and responses that handle input and output.

@Nefarious46 Nefarious46 self-assigned this Sep 29, 2024
@Nefarious46 Nefarious46 added the feature Existing feature label Sep 29, 2024
@Nefarious46
Copy link
Author

Current implementation utilizes httpClient for requests and JSONObject from response. This is due to CFE-18 returning HttpResponse body in JSON format.

@Nefarious46
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Existing feature
Projects
None yet
Development

No branches or pull requests

1 participant