When you think of Oracle Service Bus, you probably think about
integration with SOAP and XML messages. However, since the
introduction of REST adapters, it's also possible to offer RESTful
APIs with JSON messages to your service consumers. Since RESTful
APIs tend to be more light-weight than SOAP services, they have
certain advantages in performance, especially for mobile usage,
while also simplifying the interaction with your service. In this
blog, I will show you how to...