echo()

string echo(string value)
This method returns any value that is passed to it. Use this method to test an application's connection to the SOAP API. This method is available in the following API endpoints:
  • account
  • CRM
  • order
  • services
  • subscription

Parameters

value
Format: string
Purpose: Contains any arbitrary value.

Results

This method returns the value that is passed to it. If no value is returned, there may be a connection problem between the caller and the API.

Java client syntax

java -cp build/smilewsv2-client.jar [options] com.inomial.smile.client.v2.examples.EchoTest

This class name does not accept any parameters. This class name tests connectivity to the order, service and subscription API endpoints.