Multiple choice technology mainframe

wo SCA modules are deployed together in the same cluster. The first SCA module provides an SCA export used by the second SCA module to call the first. Later, the SCA modules are separated and deployed in different clusters in the same cell. Which action should be taken for the second SCA module to continue to call the first SCA module?

  1. No action needs to be taken.

  2. Change the SCA binding in the second SCA module.

  3. Add a Stand-alone Reference to the first SCA module.

  4. Add a Web Service export binding to the first SCA module.

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

When SCA modules are deployed in different clusters within the same cell, the SCA binding automatically handles the remote communication through the cell's SCA domain. No changes to bindings or additional references are needed because SCA provides location transparency. The second module can continue calling the first's SCA export seamlessly.