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:

Using HTTP transport to implement messaging over HTTP

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:

  1. Create a new project and name it using-http-for-msg-over-http.
  2. Create a proxy folder.
  3. In the proxy folder, create a new proxy service and name it TextOverHttp.
  4. On the General tab select Messaging Service for the Service Type.
  5. 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.