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:
Select File
> New
> Project.
In the New Project wizard, select SOA Tools
> SCA Java Component Project.
Enter the project name in the General Details panel and click Next.
Select your SCA Java runtime and click Next
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.
Select a binding type from the drop-down list and click Next. Or, if you select None from the
Binding type list, click Finish.
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.
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.