...
Alternatively, if we were to ask for all landing reports between 1/10/2010 to 1/20/2010 that are not submitted, the query would not find any records at the time of writing this documentation.
The web service would report the problem of finding no results, by throwing an error message similar to:
Code Block |
---|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<landing_report_info>
<messages>
<message severity_desc="ERROR" severity_code="E" msgid="1286">No Landing Reports found that match search criteria</message>
</messages>
</landing_report_info>
|
In eLandings this error would be displayed in red.
Note: the search button calls two web services ¿ findUserLandingReports() and findUserProductionReports(). You may see errors reported from both webservice method calls displayed in eLandings.