Echo

Description

Returns whatever is passed to it, minus user credentials.

This can be useful when testing service calls.

Input

<Echo>
anything </Echo>

Output

<Echo>
anything </Echo>

User id and password are removed before returning the echo.

Errors

The service produces no errors, but any errors in the input message will be passed back.

Many processes require that errorNumber 0 is returned in a service call, in which case it should be passed in the input.

Class

com.metrici.xerula.EchoWithoutCredentialsService