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

  • Thread starter Thread starter Bill Wood
  • Start date Start date
Status
Not open for further replies.
B

Bill Wood

Guest
If you were using the Business Entity Wizard, you can check the JSDO Catalog file that was created (in WebContent directory). This has the HTTP-REQUEST methods that were set. You can use the PDSOE tooling to change the VERBs, but the default is for this to be a PUT. (Have you been doing POST?) { "name": "UpdateTenant", "path": "\/UpdateTenant", "type": "invoke", "verb": "put", "params": [{ "name": "ttTenant", "type": "REQUEST_BODY" }

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