Two new Oracle Service Bus samples have been registered on the Oracle Technology Network site. The first sample project is osb-205-SimpleREST. This demonstrates how to fully implement a REST service in OSB. “Complete” means that the following HTTP methods are implemented using OSB.
For reasons of JSON characteristics, the osb-206-JSONREST sample targets HTTP methods GET and POST (both can be executed from a web browser). If you move a little, you can create a robust REST service for production environments and process XML and JSON payloads according to the HTTP Header Content-type. All OSB samples are uploaded to the SOA Suite sample site. The URL is as follows. Click the OSB section on the left side of the
Official Oracle SOA Suite Samples
https://www.oracle.com/downloads/samplecode/service-bus-downloads.html
page to see OSB samples. The site also provides samples of other components of the SOA Suite, so it's worth a look.
- GET
- POST
- PUT
- DELETE
- HEAD
- OPTIONS
For reasons of JSON characteristics, the osb-206-JSONREST sample targets HTTP methods GET and POST (both can be executed from a web browser). If you move a little, you can create a robust REST service for production environments and process XML and JSON payloads according to the HTTP Header Content-type. All OSB samples are uploaded to the SOA Suite sample site. The URL is as follows. Click the OSB section on the left side of the
Official Oracle SOA Suite Samples
https://www.oracle.com/downloads/samplecode/service-bus-downloads.html
page to see OSB samples. The site also provides samples of other components of the SOA Suite, so it's worth a look.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.