acp_invoice_create.lsc 551 Bytes
Newer Older
Spencer Chang's avatar
Spencer Chang committed
1 2 3 4 5 6 7 8 9 10 11 12
<?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>
        <batch-apply sourcepath="/parameter">
            <batch-apply sourcepath="/@current_parameter/line_info">
                <a:model-update model="acp.ACP510.acp_invoice_create"/>
            </batch-apply>
            <a:model-execute model="acp.ACP510.acp_invoice_create"/>
        </batch-apply>
    </a:init-procedure>
    <a:service-output output="/parameter"/>
</a:service>