Public Web Service Documentation
This document is intended to provide information to third-party developers wishing to develop tools that communicate with the eLandings database.
This document assumes familiarity with eLandings as well as general web service and XML concepts. Â In large measure, it is presumed that readers are familiar with and capable of handling eLandings compliant XML data objects within their own systems.
Web service call examples will be provided in Java but the concepts are not limited to Java. To date, third-party developers have successfully made use of these web services in C# and Visual Basic in addition to Java.
For additional information and tutorials on the eLandings systems, see: eLandings on-line help
Contents
- eLandings Applications and the Webservices
- eLandings and Third-Party Applications
- XML Resources and Documentation
- Public Facing Web Services
- getUserInfo()
- findUserLandingReports()
- findUserLandingReports_001()
- findUserProductionReports()
- findUserProductionReports_001()
- getLandingReport()
- getProductionReport()
- getReportNumbers()
- getFishTicketNumbers()
- saveLandingReport()
- saveProductionReport()
- submitInitialLandingReport()
- submitFinalLandingReport()
- submitProductionReport()
- getFishTicketNumbers001()
- getFishTicketNumbers002()
- Public Web Service Client Tutorials
- Java Tutorials
- Tutorial 07 - Creating a landing report locally and storing it in the eLandings database
- Tutorial 01 - Create a Basic Web Service Connection
- Tutorial 05 - Keeping local landing reports in sync with the Elandings Database
- Tutorial 03 - Getting a list of Landing Report Summaries
- Tutorial 02 - Basic Connection + XML Handling
- Tutorial 06 - Working with eLandings Codes
- Tutorial 04 - Improving the JAXB code and Adding Wrapper Classes to the Client
- Visual Basic for Applications Tutorials
- Java Tutorials
- Testing/Validating 3rd Party Application Interactions with eLandings Public Webservices
- 2019 Public Webservices
- Resources