Forum Post: RE: Mapping multiple Datasets/temp-tables to one REST call

Status
Not open for further replies.
R

RWEBSTER

Guest
Hi knavneet, Yes the error I'm seeing is in the appserver logs. The REST logs show that the parameters are being passed across as null: 2014-12-16 08:53:50.601 [DEBUG][REST] Param name: dsformdata 2014-12-16 08:53:50.601 [DEBUG][REST] Param type: 36 2014-12-16 08:53:50.601 [DEBUG][REST] Param ordinal: 4 2014-12-16 08:53:50.601 [DEBUG][REST] Param mode: 1 2014-12-16 08:53:50.601 [DEBUG][REST] Param value: Null 2014-12-16 08:53:50.601 [DEBUG][REST] Param is extent: false 2014-12-16 08:53:50.602 [DEBUG][REST] Param extent: 0 2014-12-16 08:53:50.602 [DEBUG][REST] Param has Before Image: false 2014-12-16 08:53:50.602 [DEBUG][REST] Param name: ttReportOptions 2014-12-16 08:53:50.602 [DEBUG][REST] Param type: 15 2014-12-16 08:53:50.602 [DEBUG][REST] Param ordinal: 5 2014-12-16 08:53:50.602 [DEBUG][REST] Param mode: 1 2014-12-16 08:53:50.602 [DEBUG][REST] Param value: Null 2014-12-16 08:53:50.602 [DEBUG][REST] Param is extent: false 2014-12-16 08:53:50.602 [DEBUG][REST] Param extent: 0 2014-12-16 08:53:50.602 [DEBUG][REST] Param has Before Image: false This tells me that the JSON I'm providing is incorrect (or I'm providing it incorrectly). I've double checked and the JSON is valid JSON, and when parsed the structure looks like I would expect. I'm at a bit of a loss as to where to go from here. Thanks

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