[progress Communities] [progress Openedge Abl] Forum Post: Re: Rest Adapter And "complete"...

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
Make sure the $DLC/tty/OpenEdge.Net.pl is in propath (from 11.6 on) USING OpenEdge.Net.URI. DEF VAR myURI AS URI. DEF VAR qryNames AS CHARACTER EXTENT. DEF VAR numQryParam AS INT. DEF VAR qryValue aS CHAR. myURI = URI:Parse(“ example.com numQryParam = myURI:GetQureyNames(OUTPUT qryNames). DO loop = 1 to numQryParams: qryVal = myURI:GetQueryValue(qryNames[loop]). END.

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