SCA component reference settings
Use this page to view and edit the attributes associated with a Service Component Architecture (SCA) component reference. To view this console page, click Applications > Application Types > Business-level applications > application_name > deployed_asset_composition_unit_name > SCA_composite_component_name > reference_name.
SCA component references within an implementation represent links to services the implementation uses that must be provided by other components in the SCA system. For a composite, we can wire references of components within the composite (component references) to references of the composite (composite references), indicating that the component references must be resolved by services outside the composite.
References use bindings to describe the access methods used to invoke the services.
Under Additional Properties, click View domain to view a list of services available in the current cell or domain. This can be helpful when updating the Target setting value, for example.
Reference name
Reference name of the attribute.
Type
Type of attribute. In this case, it is Reference.
Reference target URI
Specifies one or more target service uniform resource identifiers (URIs), depending on the multiplicity setting. Each target wires the reference to a component service that resolves the reference. Targets can contain a list of targets separated by a space, in the form target1 target2.
Bindings
Specifies the URI of the binding.
Supported bindings include the SCA default binding, enterprise bean (EJB) binding, web service binding, Java Message Service (JMS) binding, Atom binding, and HTTP binding.
Related tasks
Create SCA business-level applications
SCA component service settings