Hi All
Should I be able to set up a uri template like the below
room/{roomNumber}/charge
If I try and call this passing in a variable for roomNumber then I get a 405 not found.
If, however, I just set the uri template to
room/{roomNumber}
Then the call works - I can extract :roomNumber which gives back (eg 12/charge). So it looks like ORDS doesn't like parameters in the middle of a URI template or I'm missing something. I'm on the last patched version of APEX 4.2 and ORDSĀ 2.0.9.224.01.05
running on Tomcat.
Thanks
Simon