Enhanced REST Support in Oracle Service Bus 11gR1
- by jeff.x.davies
In a previous entry on REST and Oracle Service Bus (see http://blogs.oracle.com/jeffdavies/2009/06/restful_services_with_oracle_s_1.html) I encoded the REST query string really as part of the relative URL. For example, consider the following URI:
http://localhost:7001/SimpleREST/Products/id=1234
Now, technically there is nothing wrong with this…