[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Missing something with IWebRequest:GetPathParameter() - WebService with WebHandler

Status
Not open for further replies.
P

Peter Judge

Guest
As Geir Otto says, path parameters are resolved URI path tokens. You need to set them up in the handler configuration (similar to below) before you can use them. handlerN=MyWebHandler: /v1/Customers/{OrganisationId} If you want to get a query string value, use pRequest:URI:GetQueryValue('name')

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