Using HTTP transport to implement messaging over HTTP
Instead of sending SOAP over HTTP, the HTTP transport can be used for doing simple messaging over HTTP. In this recipe, we will show how easy it is to implement a proxy service on the OSB accepting text/XML messages:
How to do it...
We will first create a proxy service that accepts any text-based messages over HTTP. In Eclipse OEPE, perform the following steps:
- Create a new project and name it
using-http-for-msg-over-http
. - Create a
proxy
folder. - In the
proxy
folder, create a new proxy service and name itTextOverHttp
. - On the General tab select Messaging Service for the Service Type.
- Navigate to the ...
Get Oracle Service Bus 11g Development Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.