Master Data Management 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-2017 Software AG, Darmstadt, Germany. (Innovation Release)

Product LogoContact Support   |   Community   |   Feedback