hsbc_paying_batch_create.lsc 542 Bytes
Newer Older
panhong18943's avatar
panhong18943 committed
1 2 3 4 5 6 7 8 9 10 11
<?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>
        <a:model-delete model="hsbc.HSBC100.hsbc_paying_batch_create"/>
        <batch-apply sourcePath="/parameter/details">
            <a:model-insert model="hsbc.HSBC100.hsbc_paying_batch_create"/>
        </batch-apply>
        <a:model-update model="hsbc.HSBC100.hsbc_paying_batch_create"/>
    </a:init-procedure>
    <a:service-output output="/parameter"/>
</a:service>