echo method
A testing method which echo's all parameters back in the response.
Credit: no credit is charged when using this method.
Arguments
InputString
input string to echo
Example Request
<?xml version="1.0"?>
<methodCall>
<methodName>echo</methodName>
<params>
<param>
<value><string>test string</string></value>
</param>
</params>
</methodCall>
Example Response
<?xml version="1.0"?>
<methodResponse>
<params>
<param>
<value>
<string>test string</string>
</value>
</param>
</params>
</methodResponse>