Sunday, April 1, 2012

OSB (Oracle Service Bus) 11.1.1.6 Call REST ful Services

OSB (Oracle Service Bus) 11.1.1.6 Call REST ful Services from OSB

For details on how to create a Proxy Service and Business Services along with OSB security, please refer to my earlier posts on on OSB Tutorial: How to create proxy and business service by clicking here.

  • Create a Project as shown below.
 
  • Create a new business service, name it CustomerService. 

  • Create a new business service, name it CustomerService.



  •  Choose this service to be a Messaging Service.



  • Choose the request and response payload to be of XML type



  • Click next and choose "basic" authentication if authentication is required.
  • Choose a service account for credentials.
  • Save and Activate session

Use SSH Keys to clone GIT Repository using SSH

  1. Generate a New SSH Key Pair bash ssh-keygen -t rsa -b 4096 -C "HSingh@MindTelligent.com" -t rsa specifies the type of key (...