Friday, July 1, 2011

RESTful services in OSB

I am planning to do a monitoring console for OSB based on REST,
so that is can be easily operated from a browser.

In the meantime I have found these 2 posts:

http://blogs.oracle.com/jamesbayer/entry/using_rest_with_oracle_service

http://biemond.blogspot.com/2009/05/osb-rest-service-with-xml-json-output.html  (more detailed)

http://blogs.oracle.com/jeffdavies/entry/restful_services_with_oracle_s_1

.... (just google OSB restful)


I have done a simple "Any XML" http proxy, which does a "replace . in $body with <hello>Pierre</hello> (replace node content)

and when I invoke it from the browser I get the XML on the web page. Cool! First step for a monitoring console.


No comments: