Process incoming messages in a standalone manner #702
Unanswered
platomedical
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there a way to process incoming messages in a standalone manner?
Our public facing web server receives the incoming POST request and HEADERS. The incoming POST body is something like this:
Is there a way to pass this POST body along with the HEADERS to a Java function and get the response that will be sent back to our web server?
All reactions