Sunday, April 1, 2012

Oracle Service Bus 11.1.1.5: Generate a Proxy Service For a Business Service using Oracle Enterprise Pack for Eclipse (OEPE)

Oracle Service Bus 11.1.1.5: Generate a Proxy Service For a  Business Service using Oracle Enterprise Pack for Eclipse (OEPE)
  • In the project tree, right-click on the CustomerService.biz artifact and select Oracle
    Service Bus | Generate Proxy Service.



  • Click on the Finish button.


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 (...