Chapter 9. Scenario 2: Non-secure RPC application 181
9.3.4 Removing DCE
By removing and replacing the DCE RPC API calls, the DCE dependencies for
RPC and naming are also removed. As mentioned before, there is no migration
of any DCE data related to RPC and naming, such as endpoint maps to
application servers, involved in this scenario.
Unless there are other DCE dependencies, such as for login or authorization, the
DCE environment is no longer required to run the revised application.
9.4 Revised application discussion
In this section, the example introduced in section 9.1.1, “Initial application with
DCE dependencies” on page 172 is presented in a revised form with all DCE
dependencies replaced. The RPC basic, namespace, and endpoint API ha ...