Rest DELETE verb with matlab's webread/webwrite -
is there way send put , delete requests webread()
/ webwrite()
?
trying opt = weboptions('requestmethod','delete')
gets me following error message:
error using weboptions (line 223) expected requestmethod match 1 of these strings: 'auto', 'get', 'post' input, 'delete', did not match of valid strings.
matlab doesn't have full rest capability easily. can expand using urlread2 http://www.mathworks.com/matlabcentral/fileexchange/35693-urlread2 or writing own java code.
Comments
Post a Comment