[Progress Communities] [Progress OpenEdge ABL] Forum Post: PAS REST description II

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

BartMille

Guest
pasoe1173 The rest description doesn't seem to generate all the path parameters. Only the first parameter is listed in the json description eg resource-path: /customer/{custnum}/order/{orderid} -> json will display 2 entries for {custnum} instead of {custnum} & {orderid} So the output shows something like: input: -http-source: /customer/{custnum} -http-source: /customer/{custnum} The last value should be: -http-source: /customer/{custnum}/order/{orderid} Am I doing something wrong? Does anybody know what code is executed on the appserver with /server/rest/services ?

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