Forum Post: RE: Rest webservice - input parameter is ?

Status
Not open for further replies.
K

knavneet

Guest
Just to add, if you do a similar mapping on output side, the result will be wrapped inside a “response” node. You typically map input parameters to nodes in http body when you want to send multiple parameters through the http (request) body. Similarly, on output side, when you want to receive multiple output parameters in the http response body, you would map output parameters to nodes in the http body (instead of mapping directly to the body). From: RWEBSTER [mailto:bounce-stigdarkstar@community.progress.com] Sent: Friday, December 19, 2014 11:00 PM To: TU.OE.Development@community.progress.com Subject: RE: [Technical Users - OE Development] Rest webservice - input parameter is ? RE: Rest webservice - input parameter is ? Reply by RWEBSTER Yep, if you map parameters to the nodes *below* the body, then you need to wrap them in an object named "request": community.progress.com/.../14946.aspx Stop receiving emails on this subject. Flag this post as spam/abuse.

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