Versions Compared

Key

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

Introduction

...

The 2019 Webservices allow you to pass Objects with named elements to represent the complex list of arguementsarguments. These objects tend to be far easier to understand, think about and work with.  This also allows IDEs to offer code completion recommendations to get and set values by name

The 2019 Webservices make use of updated libraries that should be safe as Java upgrades in the near future.

...

Netbeans will generate the elandings.java class

Now Create the content of the MyClient.java class

Image Modified

package com.mycompany.elandingsclient2019;

...

In this example we will attempt to pull a landing report that we know exists from elandings test for the user tturbot.

Image Modified

If we run our file we should get an output of:

INFO: Landing Report ID: 18378245 last edited by AMARX

Image Modified