Question

How can I create/generate new jobs or orders?

Anwer

  • We have a Java class library for all JobScheduler commands and this library has objects and methods for analysing the JobScheduler responses. In other words, it encapsulates the external API (aka XML commands). We recommend using this class library instead of direct XML strings.
  • The advantage of this Java class library is that most of the details of the XML is covered by the implementation and that future changes in the XML structure will not have an impact on the application which sends commands to the JobScheduler. The class library is in charge of sending commands to the JobScheduler, using TCP/IP or UDP or HTTP.
  • For more information about the class library have a look at the JobScheduler Model Documentation.