Creating an SCA Java Component project

An SCA Java Component project allows you to create SCA annotated starting point code, an SCA composite file, and WSDL from scratch.
Note: You need to select an SCA runtime before creating an SCA Java Component project.

To create a SCA Java Component project:

  1. Select File > New > Project .
  2. In the New Project wizard, select SOA Tools > SCA Java Component Project .
  3. Enter the project name in the General Details panel and click Next.
  4. Select your SCA Java runtime and click Next
  5. Provide the package name and interface name for the code that will be generated. Names for the implementation, component and service are derived automatically from the interface name.
  6. Select a binding type from the drop-down list and click Next. Or, if you select None from the Binding type list, click Finish.
  7. Depending on the binding type you selected, WSDL endpoint or RMI Binding details are generated for you automatically. You can change default values if you wish. Click Finish.
  8. If prompted, click Yes to switch to the SCA Java perspective.

Starting point code containing SCA annotations, an SCA composite file, and a WSDL file are generated for you.

Related tasks
Annotating a class
Annotating a method