echo method

A testing method which echo's all parameters back in the response.

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>

Error Codes

96: Login failed
   The login details passed were invalid.

97: User not logged in
  The method requires user authentication but the user was not logged in.

98 Insufficient Role permissions
   The authenticated user did not have the required Role permissions.

105: Service currently unavailable
   The requested service is temporarily unavailable.

112: Method "method name" not found
   The requested method was not found.

115: Invalid XML-RPC Method Call
   The XML-RPC request document could not be parsed.

116: Capture website or image failed
   The request has failed to retrieve the image file or the webpage.


 

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