Versions Compared

Key

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

...

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<archives xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews httphttps://fewsfewsdocs.wldelftdeltares.nl/schemas/version1.0/archives.xsd">
	<catalogueUrl>http://myserver:8080/deltares-archive-server/catalogue</catalogueUrl>
</archives>

...


Data from the Open Delft-FEWS Archive can be used in a Stand Alone or Operator Client FEWS client; this functionality is called seamless integration. The Archives.xml file, located in the SystemConfigFiles folder, is used to add this seamless integration functionality to the Delft-FEWS system. Seamless integration between the Open Delft-FEWS Archive and the Operational Delft-FEWS Database means that when data is not found in the operational database, FEWS will search for this data in the Open Archive.

...

Code Block
xml
xml
<?xml version="1.0" encoding="UTF-8"?>
<archives xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews httphttps://fewsfewsdocs.wldelftdeltares.nl/schemas/version1.0/archives.xsd">
	<catalogueUrl>http://myserver:7080/deltares-archive-server/catalogue</catalogueUrl>
	<fileServerUrl>http://myserver:8081/thredds/fileServer/data</fileServerUrl>
     <dataFolder>d:\tva-archive\data\</dataFolder>
</archives>

...

Code Block
xml
xml
<?xml version="1.0" encoding="UTF-8"?>
<archives xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews httphttps://fewsfewsdocs.wldelftdeltares.nl/schemas/version1.0/archives.xsd">
	<catalogueUrl>http://myserver:7080/deltares-archive-server/catalogue</catalogueUrl>
	<elasticSearchUrl>http://myserver:9800</elasticSearchUrl>
</archives>

...

Code Block
xml
xml
<?xml version="1.0" encoding="UTF-8"?>
<archives xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews httphttps://fewsfewsdocs.wldelftdeltares.nl/schemas/version1.0/archives.xsd">
	<catalogueUrl>http://myserver:7080/deltares-archive-server/catalogue</catalogueUrl>
	<elasticSearchUrl>http://myserver:7080/deltares-archive-server/elastic</elasticSearchUrl>
</archives>

...

You should get a response like this.