You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

What is the right way to get XML commands to JobScheduler (presumably the JobScheduler web service)?

One method for forwarding XML commands to JobScheduler is using our Java class library.
This is described in: Automatically Generating Jobs and Orders

A possible alternative is the creation of XML files and putting them in the live-folder. Which method you choose depends on the persistence required of JobScheduler objects. All objects in the live folder are persistant, objects created by the external API (XML commands) are not.

Regarding the JobScheduler "WebService": you are able to use the service to send some - but not all - commands as SOAP requests to JobScheduler but note that there is no WSDL and JobScheduler itself is not aware of the webservice. There will be a conversion based on XSLT for incomming and outgoing SOAP messages. These XSLTs have to be adjusted to your requirements. If you do not really need to use SOAP messages, it will be more efficient to use TCP/IP or HTTP instead.

  • No labels