Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

The example code is contained in ElandingsClient2.zip

We can now get XML data from the web service. Now we need to be able to work with the XML data.

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:

...

For example on the Java tutorial found at:
Java Tutorial - Processing XML Using Software Libraries
Step-by-Step instructions are provided on how to work with XML. Accompanying code examples are includes as attachments to the page.

Let¿s 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

...