echo

echo#

method

SampleService.echo(message: str) str[source]#

Echoes back as the response the exact message as received with “SERVER RECEIVED: “ prepended to the message.

Parameters:
messagestr

The message to be echoed by the server.

Returns:
respstr

The message to be echoed, prepended with “SERVER RECEIVED: “.