Multiple choice technology mainframe

An integration developer is currently prototyping a composite application and is not sure what type of export that will eventually be used on the model assembly. The developer wants to deploy the application for unit testing. If the module is deployed with no binding defined for the export, what will occur?

  1. An SCA binding will be assumed.

  2. A Web Service binding will be assumed.

  3. A Stand-alone Reference will be generated.

  4. The developer will not be able to access the module.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

When an SCA export has no binding explicitly defined during deployment, the SCA container automatically defaults to an SCA binding. This allows the module to be deployed and accessed for testing within the same SCA domain. Web Service bindings require explicit configuration, and the module remains accessible.