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

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

Create Order #

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:createOrder xmlns:swbpep="urn:SicsWsBatchProcessEntryPoint">
         <genericInput />
         <createOrderInput xsi:type="ns1:RetrocessionProcessingOrder">
            <orderSubType>
               <code>A</code>
               <subclassNumber>1020</subclassNumber>
            </orderSubType>
            <title>RPKK</title>
            <effectivePeriodFrom>2018-02-14T13:17:50+00:00</effectivePeriodFrom>
            <classificationSelectionByPPSection>true</classificationSelectionByPPSection>
            <protectionProgramSection>
               <identifier>PP410</identifier>
               <sequenceNumber>1</sequenceNumber>
            </protectionProgramSection>
            <assumedBusinesses>
               <assumedBusiness xmlns:ref="http://www.SicsNt.com/ReferenceItems" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" soapenc:arrayType="ref:SicsBusinessReference[1]" xsi:type="soapenc:Array">
                  <SicsBusinessReference>
                     <identifier>IN2835</identifier>
                  </SicsBusinessReference>
               </assumedBusiness>
            </assumedBusinesses>
         </createOrderInput>
      </swbpep:createOrder>
   </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:createOrderOut xmlns:swbpep="urn:SicsWsBatchProcessEntryPoint" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <createOrderOutput xmlns:ref="http://www.SicsNt.com/ReferenceItems" xsi:type="ref:SicsAutomaticOrderReference">
            <identifier xmlns:ct="http://www.SicsNt.com/CommonTypes" xsi:type="ct:String50">RPRO236</identifier>
         </createOrderOutput>
      </swbpep:createOrderOut>
   </soapenv:Body>
</soapenv:Envelope>