Business Object Installing (in progress)

There are the following tasks with Business Objects execution in system:
  1. Namespace binding to database
  2. System config for database
  3. Further multiple binding to foreign systems
Consider such targetNamespace="default_db__x3A__COMPANIES="https://biuro.biall-net.pl/wfs/default_db/table/COMPANIES.xsd"

In such object we have the following task to comply to enable this object in System (Storage menu/function - Managing databases and structures and ProcesEditor (Edytor procesów) Access-List manager):

  1. This default database prefix is default_db - so it should be installed in ant-object repository with default_db. folder name.
Note: TO BE SPECIFIED/IN PROGRESS
If You have original targetNamespace="https://somemynamespace.com/myobject.xsd" and You want do register it do database "zasob_36" (External database connection config set)
  1. You should register in NamespaceBinding.xml such information:
    <system_cache__appinfo:binding targetNamespace="https://somemynamespace.com/myobject.xsd" bindPolicy="single">
            <system_cache__appinfo:prefix>id_zasob_3</system_cache__appinfo:prefix>
            <system_cache__appinfo:api type="wfs">https://biuro.biall-net.pl/SE/version-git/wfs-data.php</system_cache__appinfo:api>
    </system_cache__appinfo:binding>