Share via


4.1 CAO Activation Request/Response Message.

This sample shows the messages involved when the client sends an activation request for a CAO where the transport is TCP and the format is binary.

The client is requesting the server to activate an instance of ServerType "DOJRemotingMetadata.MyServer". The Server Type is defined in the Library "DOJRemotingMetadata". This is done by calling the Activate method in System.Runtime.Remoting.Activation.IActivatorServer Type. The Server Object URI is "RemoteServiceActivation.rem". The server is hosted on machine "maheshdev2".

The server is configured to support TCP on port 8080 and the messages are expected to be encoded in the .NET Remoting Binary Format, as specified in [MS-NRBF].

The sequence diagram for an activation process is shown in the following figure.

Activation process

Figure 8: Activation process