Business Object Installing (in progress)
There are the following tasks with Business Objects execution in system:
- Namespace binding to database
- System config for database
- Further multiple binding to foreign systems
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):
- 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) - 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>