/
Warehouse Position EDS Load RTR Example

Warehouse Position EDS Load RTR Example

You can use the following RTR to load data including Warehouse Position 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>WAREHOUSEPOSITION_LOAD_11</correlationId> <businessTaskId>WAREHOUSEPOSITION_LOAD_11</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>warehouseposition</value> </taskParameter> <taskParameter> <name>inFileName</name> <value>data\msgcenter\cmw\in\data_WRHS_POSITION.xml</value> </taskParameter> </taskParameters> </EagleML>