Trapeze Service Shell response

The server returned the following status:

200 : OK

Make sure you specified the correct service name or file path in the URI.

Correct format for the URI path when calling services is:

/ServiceName?_m=MethodName&param1=value1&param2=value2&...etc

_m indicates the service method name and param1, param2,...etc. provide the service method parameters (where param1, param2, etc. are replace with the actual parameter names and value1, value2, etc. are replaced with the actual values

Correct format for the URI path when requesting files is:

/Path/filename.ext

/Path is the path of the file (which may consist of more than one part.)