[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Method GET or method POST with webservices

  • Thread starter Thread starter Irfan
  • Start date Start date
Status
Not open for further replies.
I

Irfan

Guest
Hi, If you are using WebHandlers then they can determine if the request is of HTTP type GET or POST and execute HTTPGet or HTTPPost methods. All you have to do is write your own logic inside Get and Post metods in WebHandlers. METHOD OVERRIDE PROTECTED INTEGER HandleGet( INPUT poRequest AS OpenEdge.Web.IWebRequest ): END METHOD. METHOD OVERRIDE PROTECTED INTEGER HandlePost( INPUT poRequest AS OpenEdge.Web.IWebRequest ): END METHOD.

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