SICS API Server - Life - Batch Process - Create Job

SICS API Server - Life - Batch Process - Create Job

Create Job #

Request message #

<?xml version="1.0" encoding="ISO-8859-1"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.SicsNt.com/BatchJobs" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  <SOAP-ENV:Header />
  <SOAP-ENV:Body>
    <swbpep:createJob xmlns:swbpep="urn:SicsWsBatchProcessEntryPoint">
      <genericInput />
      <createJobInput>
        <jobIdentifier>job Scheduler</jobIdentifier>
        <jobActivation>
          <code>A</code>
          <subclassNumber>304</subclassNumber>
        </jobActivation>
        <priority>0</priority>
        <desiredScheduler>
          <name>DEFAULT</name>
        </desiredScheduler>
        <desiredStartTime>2025-12-05T13:50:21+00:00</desiredStartTime>
        <jobStepList>
          <jobStep xsi:type="ns1:AccountingOrder">
            <sequence>1</sequence>
            <accountingOrder>
              <identifier>AO3586</identifier>
            </accountingOrder>
          </jobStep>
        </jobStepList>
      </createJobInput>
    </swbpep:createJob>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Response message #

<?xml version="1.0" encoding="ISO-8859-1"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <soapenv:Body>
    <swbaep:createJobResponse xmlns:swbaep="urn:SicsWsBatchProcessEntryPoint" xsi:type="swbaep:CreateJobOutput">
      <createJobOutput xmlns:ref="http://www.SicsNt.com/ReferenceItems" xsi:type="ref:SicsBatchJobReference">
        <jobIdentifier xmlns:cmt="http://www.SicsNt.com/CommonTypes" xsi:type="cmt:String20">job Scheduler</jobIdentifier>
      </createJobOutput>
    </swbaep:createJobResponse>
  </soapenv:Body>
</soapenv:Envelope>