E
egarcia
Guest
Hello, There are multiple ways that you can create REST services with PDSOE: - REST with visual editor to map parameters (REST transport) - REST with WebHandler (Web transport) - REST with Progress Data Service (with catalog file) - This option can use REST or Web transport The following link provides info on these type of services: - community.progress.com/.../97595 Which type of service are you using? A possible approach to read cookies would be to have a custom WebHandler. The WebHandler could do the operation that you need with the cookies directly or call a Business Entity: - knowledgebase.progress.com/.../Sample-WEB-Handler-code-to-access-a-Business-Entity You can have multiple WebHandlers in the same service and map to different URLs. I hope this helps.
Continue reading...
Continue reading...