csh_asset_batch.lsc 570 Bytes
Newer Older
38823's avatar
38823 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?xml version="1.0" encoding="UTF-8"?>
<a:service xmlns:a="http://www.leaf-framework.org/application" xmlns:p="uncertain.proc" trace="true">
    <a:init-procedure>
        <p:echo></p:echo>
        <a:model-insert model="csh.CSH1500.csh_asset_wfl" trace="true"/>
        <a:batch-apply sourcepath="/parameter">
            <a:model-update model="csh.CSH1500.csh_asset_wfl" trace="true"/>
        </a:batch-apply>
        <a:model-execute model="csh.CSH1500.csh_asset_wfl" trace="true"/>
    </a:init-procedure>
    <a:service-output output="/parameter"/>
</a:service>