You can use bindings to specify how SCA services and references
enable the component to communicate with other components and applications.
Before you can use SCA bindings, you must develop a Service Component
Architecture (SCA) component.
To specify bindings in an SCA environment, complete the following
steps:
- Select a binding type to use for an SCA component.
| Option |
Description |
| SCA default binding |
When you want to invoke
an SCA service from an SCA client |
| SCA Web service binding |
To specify that
an SCA service is either an XML-based service and should be made available
as a Web service or an SCA reference that can invoke a Web service |
| SCA CICS® binding |
To integrate SCA with
other Channel-based services |
- Configure the selected binding, and use it in an SCA component
or application.
SCA components can use the configured bindings to communicate with
other SCA services and references.
Deploy the SCA component or application.