Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This web service function in the same way as findUserProductionReports() but adds the ability to query by last Modified date ranges.

...

In the web service client we might auto generate a data structure by providing the web service url. In eLandings we use Java – JAX-WS and generated a structure called ReportManager.
ReportManagement ws;
"
" ...
...
String xml = ws. findUserProductionReports(userid, password, schemaVersionNumber, federalProcessorCode, adfgVesselNumber, portOfLanding, gearCode, processorCode, managementProgram, reportType, fromDate, toDate, fromLastModifiedDate, toLastModifiedDate);