webMethods, OneData, and Terracotta  10.2 | Managing Master Data with webMethods OneData | Implementing webMethods OneData | Scheduling Jobs through Job Center | Job Center | Invoking Jobs From External Schedulers | Calling a Servlet Directly
 
Calling a Servlet Directly
You can invoke a job from an external scheduler by calling the servlet directly and passing the required parameters. This approach does not require Java installed on your machine. However, the operating system must have a program that can call HTTP.
A sample command that calls a servlet is given below.
ExternalInvocationServlet?RepositoryId="
 + sRepositoryId
 + "&UserId="
 + sUserId
 +"&ClientId="
 + sClientId
 + "&ProjectId="
 + sProjectId
 +"&SchemaId="
 + sSchemaId
 + "&JobType="
 + sJobType
 + "&JobName="
 + sJobName
 + "&LogFileName="
 + sLogFileName
 + "&Password="
 + sPassword;

Copyright © 2011-2018 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Innovation Release