Process

Processes the input message and returns the response message.

Syntax

public Message Process(Message, message) 

Parameters

  • Input message

Results

Returns the response message.

Exceptions

MessageProcessingException

Example

//Process Input Message, return output Message
Message reply = service.Process(request);