ilscipio/scipio-erp

View on GitHub
applications/manufacturing/servicedef/services.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8" ?>
<!--
This file is subject to the terms and conditions defined in the
files 'LICENSE' and 'NOTICE', which are part of this source
code package.
-->

<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
    <description>Manufacturing Services - Misc</description>
    <vendor>OFBiz</vendor>
    <version>1.0</version>

    <service name="createShipmentPackages" engine="java" auth="true"
            location="org.ofbiz.manufacturing.bom.BOMServices" invoke="createShipmentPackages">
        <description>Runs the package configurator.</description>
        <attribute mode="IN" name="shipmentId" optional="false" type="String"/>
    </service>
</services>