SICS API Server - P&C - Batch Process - Create Job

SICS API Server - P&C - Batch Process - Create Job

Create Job #

Request message #

<?xml version="1.0" encoding="UTF-8"?>
<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>karnakar</jobIdentifier>
            <jobActivation>
               <code>A</code>
               <subclassNumber>304</subclassNumber>
            </jobActivation>
            <priority>1</priority>
            <jobStepList>
               <jobStep xmlns:bjb="http://www.SicsNt.com/BatchJobs" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" soapenc:arrayType="bjb:JobStep[1]" xsi:type="soapenc:Array">
                  <JobStep xsi:type="ns1:AccountingOrder">
                     <sequence>1</sequence>
                     <accountingOrder>
                        <identifier>AO13</identifier>
                     </accountingOrder>
                  </JobStep>
               </jobStep>
            </jobStepList>
         </createJobInput>
      </swbpep:createJob>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Response message #

<?xml version="1.0" encoding="UTF-8"?>
<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>
      <swbpep:createJobOut xmlns:swbpep="urn:SicsWsBatchProcessEntryPoint" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <createJobOutput xmlns:ref="http://www.SicsNt.com/ReferenceItems" xsi:type="ref:SicsBatchJobReference">
            <jobIdentifier xmlns:ct="http://www.SicsNt.com/CommonTypes" xsi:type="ct:String20">karnakar</jobIdentifier>
         </createJobOutput>
      </swbpep:createJobOut>
   </soapenv:Body>
</soapenv:Envelope>