[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: URL with parameters calling a deployed Decision Service (Corticon 5.7)

Status
Not open for further replies.
J

James Arsenault

Guest
Branden, If I understand you correctly, you've written your own service callout which you use in a ruleflow and you want your callout to be able to get to the HTTP query parameters to use in forming a DB query. If that's the case, I don't believe there is a way to get the HTTP query parameters within a service callout. However there is a way to get HTTP headers. If you can pass your parameters as HTTP headers you can use ICcDataObjectManager.getCcServerHttpInfo() to get access to the HTTP headers. That said, the more typical pattern is to pass the parameters as part of the payload message to the decision service. If you did this you can access the payload from your callout. Have you looked at the bundled EDC and ADC mechanisms for accessing a database? Jim

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