You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Sample payload for submitting Item Import Process (ESS job) using ERPIntegration Service

edited Jun 7, 2021 5:40PM in Product Master Data Management 1 comment

Content

The following sample payload can be used to submit the Item Import scheduled process using the ERP Integration Service

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/types/">
  <soapenv:Header/>
    <soapenv:Body>
     <typ:submitESSJobRequest>
       <typ:jobPackageName>/oracle/apps/ess/scm/productModel/items/</typ:jobPackageName>
       <typ:jobDefinitionName>ItemImportJobDef</typ:jobDefinitionName>
       <!--Zero or more repetitions:-->
       <typ:paramList>300100545853013</typ:paramList>
     </typ:submitESSJobRequest>
  </soapenv:Body>
</soapenv:Envelope>
 

The first parameter in paramList should contain the Batch ID of the Item Batch you are importing.

Additional paramList entries can be optionally provided for additional parameters in the order in which it appears in the Schedule Process UI.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!