The echo operation tests the connection to the Web service by returning a String message.

The echo operation is declared as follows.

public String echo(String echo);

Type

Value

Description

String

echo

An arbitrary String. If the Web service connection is working correctly, it returns the String.

Returns the same String as you provide as an input parameter.