S
sanreddy
Guest
Hi Valeriy, Progress Developer Studio for OpenEdge (PDS OE) provides a facility to convert existing ABL files (.p/.cls/.w) into mobile related ones by adding specific annotations to those files. User can add annotations to specific ABL files using Define Service Interface wizard. Below are the detailed steps to convert existing ABL logic to Mobile usable: 1. Open existing ABL files in PDS OE and launch Define Service Interface wizard using editor context menu option (Source Define Service Interface...) 2. Select Definition mode as Mobile in Service Interface wizard. 3. Select the ABL files and ABL routines for which you want to add mobile annotations and then click on Next button. 4. Select which type of annotations you want to add for selected ABL routines and then click on Finish button. 5. Now your existing ABL code is annotated with Mobile annotations and is ready to use with Mobile Service. Hope this helps, Sanjeev.
Continue reading...
Continue reading...