TestApiService

Namespace http://api.hi5.com/test (wsdl):

The following methods are available on this endpoint:

auth

A testing method that verifies that authentication is working correctly. Semantically similar to the echo() method above, except that this on requires valid auth credentials.

Input Parameters

name description
message Optional message String

Return Value

The message supplied or "ACK"

buildnum

Test build number Return the build number of this API Server. For informational purposes only.

Return Value

(no documentation provided)

echo

A testing method that returns a message back to you in either SOAP or XML format.

Authentication

No authentication is required

Input Parameters

name description
message Optional message String

Return Value

The message supplied or "ACK".

echoCreate

Test method using PUT

Input Parameters

name description
message Optional message String
tr An instance of a TestResponse

Return Value

Another TestResponse Object

echoDelete

Input Parameters

name description
message (no documentation provided)

exception

Test Exceptions

This routine throws an exception of the given type. Useful for client writers who want to see how their code reacts to a given exception

Input Parameters

name description
exception_name The name of the exception to throw

Return Value

An empty Test Response if not exception is specified

Faults

name description
AuthenticationRequiredException When passed AuthenticationRequiredException
NotFoundException When passed NotFoundException
NotImplementedException When passed NotImplementedException
PermissionDeniedException (no documentation provided)
UnauthorizedException (no documentation provided)

oauth

Input Parameters

name description
message (no documentation provided)

Return Value

(no documentation provided)


Comments