Forum Post: RE: REST input to temp-table?

  • Thread starter Thread starter Michael Jacobs
  • Start date Start date
Status
Not open for further replies.
M

Michael Jacobs

Guest
A complex object, such as a temp-table or Prodataset must always be transported in the body of a request or response. The object may be a single JSON object occupying the entire body, or optionally a parameter in a body's multi-parameter JSON object (depending on how you used the mapping utility) The REST adapter and AppServer work together to take JSON in and deliver it to an AppServer procedure's input temp-table/dataset parameter and take an output temp-table/dataset and produce JSON back to the REST client.

Continue reading...
 
Status
Not open for further replies.
Back
Top