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: messagestrThe message to be echoed by the server. Returns: respstrThe message to be echoed, prepended with “SERVER RECEIVED: “.