/
Warehouse Open Lot EDS Load RTR Example
Warehouse Open Lot EDS Load RTR Example
You can use the following RTR to load data including Warehouse Open Lot Income and Cost UDF models. Use the eagle_ml-2-0_default_cm_exec_eds stream to trigger the load via the Control Message.
You need the February 2021 EagleML version or later installed for this RTR.
<EagleML xmlns:ns2="http://www.eagleinvsys.com/2011/EagleML-2-0" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ml="http://www.eagleinvsys.com/2011/wsdl/EagleML-2-0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns2:RunTaskRequest"
eaglemlVersion="2.0" eaglemlType="RunTaskRequest">
<header>
<messageId>2R4PSASHHDABVISK6</messageId>
<sentBy>http://www.eagleinvsys.com/eqlrest</sentBy>
<sendTo>http://www.eagleinvsys.com/eagle_default_ruleservice</sendTo>
<replyTo>http://www.eagleinvsys.com/eqlrest</replyTo>
</header>
<taskIdentifier>
<correlationId>WAREHOUSEOPENLOT_LOAD</correlationId>
<businessTaskId>WAREHOUSEOPENLOT_LOAD</businessTaskId>
</taskIdentifier>
<taskTypeEnum>NEW</taskTypeEnum>
<taskParameters>
<taskParameter>
<name>ServiceName</name>
<value>EBS</value>
</taskParameter>
<taskParameter>
<name>ServiceMethodName</name>
<dataType>S</dataType>
<value>load</value>
</taskParameter>
<taskParameter>
<name>ResourceName</name>
<value>warehouseopenlot</value>
</taskParameter>
<taskParameter>
<name>inFileName</name>
<value>load_func_test/data_WRHS_OLOT.xml</value>
</taskParameter>
</taskParameters>
</EagleML>