RESTful Services with Oracle Service Bus

Restify existing services

Today i came across a nice article from jeff x davies on “RESTful Services with Oracle Service Bus“.
A nice example on how to map the different http methods to your flows in osb.
The testconsole is easy to use when doing the http calls and adding the query parameters (id=10).

But why mapping non-rest services to and rest interface

  1. You automatically get all of the monitoring, reporting, security and more provided by OSB for your RESTful services
  2. You keep the benefits of mediation. For example, of our company in this example purchased another company that provided different products, you could use the OSB to act as a façade over both product catalogs while providing a single, unchanged REST interface.
  3. You can REST-ify existing, non-service enabled assets like EJBs

Some other good links

  • http://blogs.oracle.com/jamesbayer/2008/07/using_rest_with_oracle_service.html
  • http://biemond.blogspot.com/2009/05/osb-rest-service-with-xml-json-output.html
  • http://blogs.oracle.com/woa/2009/04/restify_your_world_and_put_it.html

Original blog

Share this Post:
Digg Google Bookmarks reddit Mixx StumbleUpon Technorati Yahoo! Buzz DesignFloat Delicious BlinkList Furl

3 Responses to “RESTful Services with Oracle Service Bus”

Jhon Jairo Gamboa | August 14th, 2014 at 4:17 pm
commenter

Hi Erik, Can i call a https Rest service seft-signed Http Binding and GET http method ? do you have any example?
The version 11.1.1.5 supports this?

Thanks

Leave a Reply:

Name (required):
Mail (will not be published) (required):
Website:
Comment (required):
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>