Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

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}
Wiki Markup
Code Block
<?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:

...