...
If the web service call was unsuccessful you would receive a string containing XML for a landing_report structure containing one or more messages documenting errors that were encountered when processing your request.
For example, if you passed in a userid="CNEMO" instead of "AMARX" and if "CNEMO" does not have rights to view the landing report id = 1046, then you might see something like:
Code Block |
---|
Wiki Markup |
{CODE} <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <landing_report> <messages> <message severity_desc="ERROR" severity_code="E" msgid="1392">User CNEMO is not authorized to view Landing Report 1046</message> </messages> <schema_version>2.1</schema_version> </landing_report> {CODE} |
eLandings would display this error message as:
...