feng-gui homepage
Feng-GUI Services: API Documentation

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>

© 2006-2010 Feng-GUI - Feng Shui for graphic user interfaces.™
Terms of Service - Privacy Policy - Service Level Agreement