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...
Continue reading...