...
There are several online resources available to you to learn about eLandings XML. We recommend that you begin with:
eLandings System Interface Guide and its child pages.
In addition, the elandings Team presented a workshop on how to work with XML data early 2010. You can find information at:
2010 eLandings XML Interface Workshop
You can find some code examples for Java and .NET listed on this page.
...
Let's extend the ElandingsClient project a little bit to include some very primitive XML handling.
The first step is to get the XML .XSD files that define the XML structure. These can be gotten at:
XML Resources and Documentation
Use the Test Schema, as I am working with the test webservices.
Schema
Download
...