Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

BRO_GLD_Addition_Server is a server export using the XML export format of the Basis Registratie Ondergrond standard: https://schema.broservices.nl/xsd/isgld/1.0/isgld-messages.xsd. It complements the is simular to the BRO_GLD_Addition export format , that exports writes GLD_Addation documents to filethe filesystem.

The export can be used to automatically upload GLD_Addition documents at: https://basisregistratieondergrond.nl/werken-bro/producten-diensten/bronhouderportaal/

...

Code Block
xml
xml
<?xml version="1.0" encoding="UTF-8"?>
<timeSeriesExportRun xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews
http://fews.wldelft.nl/schemas/version1.0/timeSeriesExportRun.xsd">
    <export>
        <general>
            <exportType>BRO_GLD_Addition_Server</exportType>
			<serverUrl>https://demo.bronhouderportaal-bro.nl</serverUrl>
			<!-- BRO can take a long time to upload. Set timeout to 5 minutes -->
			<connectionTimeOutMillis>300000</connectionTimeOutMillis>
			<!-- username and password can be acquired from the BRO portal bij getting a token. -->
			<user>myuserid</user>
			<password>mytokenvalue</password>
   			<idMapId>IdExportBro</idMapId>   			
        </general>
        <properties>
            <string key="chamberOfCommerceNumber" value="XXXXX" ></string>
            <string key="qualityRegime" value="IMBRO" ></string>
            <!-- bronHouderIdValidation iscan requiredtake toquite checksome iftime. theTo XMLskip fileBRO isvalidation, compliantset withthis allproperty BROto requirementstrue. IfValidation notwill configured,also validationbe willdone bein skippedthe beforeportal. uploading.-->
                 <string <bool key="bronHouderIdskipBroValidation" value="XXXXfalse" ></string>bool>
            </properties>
		<timeSeriesSet>
			<moduleInstanceId>ImportEllitrack</moduleInstanceId>	
			<valueType>scalar</valueType>
			<parameterId>GW.m</parameterId>
			<locationSetId>Peilbuizen_BRO</locationSetId>
			<timeSeriesType>external historical</timeSeriesType>
			<timeStep unit="nonequidistant"/>
			<readWriteMode>read complete forecast</readWriteMode>
		</timeSeriesSet>
    </export>
</timeSeriesExportRun>

...