Versions Compared

Key

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

...

Code Block
languagejava
firstline1
eaglemlApi.stop();

Execute the

...

Request Asynchronously

You can execute the requests only after EagleML Client API is started using the EagleApi.start() method. You can execute the asynchronous requests in two modes:

...

No Format
GET|/eagle/v2/manager-relationships?entityselectiontype=EntityID&entityselectionvalue=EMLFUN10&outputformat=XML|ABCDEF

POST|/eagle/v2|ABCDEF|application/xml|test.xml

...


Examples of Use

Synchronous Mode

In the example below, the EagleMLAPI Client is launched in synchronous mode from the command line.

...

Asynchronous Mode

In this example,  2  two asynchronous requests are launched.

...