[Progress Communities] [Progress OpenEdge ABL] Forum Post: PASOE URI questions

  • Thread starter Thread starter Joey Samoy
  • Start date Start date
Status
Not open for further replies.
J

Joey Samoy

Guest
Hi, Not sure exactly how to frame my issue, but here goes trying: Created a service "EDI", with handler "EDIHandler", and service "EDISvc", with URI "web/EDI". I'm looking to be able to submit a GET with URI like this: web/EDI/Invoices web/EDI/PurchaseOrders And code it so that, /Invoices returns, well, invoices. Been googling, and could see URI samples like this: web/EmployeeSvc/Employees So, looks like service name and resource (ie Employees, not sure what is called) is one to one. Given that, does it mean, construct it like this?: web/InvoiceSvc/Invoices web/PurchaseOrderSvc/PurchaseOrders ** Note, app is deployed as root. ( Hopefully, I made sense here... ) TIA! OE12.0 Classroom Edition

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