ilscipio/scipio-erp

View on GitHub
framework/common/servicedef/secas_cdyne.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.
-->

<service-eca xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/service-eca.xsd">
    <!-- NOTE: Uncomment these to use the CDyne services to fill in the county
    <eca service="createPostalAddress" event="commit">
        <action service="cdynePostalAddressFillInCounty" mode="sync"/>
    </eca>
    <eca service="updatePostalAddress" event="commit">
        <action service="cdynePostalAddressFillInCounty" mode="sync"/>
    </eca>
    -->
</service-eca>