Forum Post: RE: newbee, how to expose...

  • Thread starter Thread starter Ricardo Perdigao
  • Start date Start date
Status
Not open for further replies.
R

Ricardo Perdigao

Guest
Questions to narrow down the answer: - What version of PDSOE (Progress Developer Studio) do you have? - Where do you plan to consume the REST data exposed (Hybrid App using Telerik Mobile, hybrid app using something else, Apple Native App, Android native app, etc)? The above questions are to help me understand what tools you have? And what kind of project you should use: OpenEdge Mobile (with JSDO) or REST Mobile (without JSDO). - On an OpenEdge Mobile project, you would have to change your code a little to match the signature parameters for a read (easy). Or leave the parameters as is, but expose it as an Invoke and leverage the JSDO (medium). - On an OpenEdge REST project, you can have the code as is, but it would not leverage the JSDO (not sure you need it). On this option, you will need to annotate the code and map the input/output parameters (easy). Will try to help you more once I hear back from you! Regards, Ricardo Perdigao rperdiga@progres.com

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