Sunday, April 1, 2012

Oracle Service Bus 11.1.1.5: Create Business Service using Oracle Enterprise Pack for Eclipse (OEPE)
  • In the project tree, right-click on the business folder and select
    New | Business Service.

  • Enter CustomerService into the File name field, check a second time that the
    business folder is selected, and click on the Finish button:
  • Navigate to the General tab, if it does not already have the focus, and select the
    WSDL Web Service radio button.


  • Choose WSDL Web Service Radio Button and Click Browse




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