Versions Compared

Key

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

...

In the WebServices.xml file a specific webOperatorClient configuration file can be specified since the 2023.01 version. The name has to start with WebOperatorClient. In the following example a reference to the MyWebOperatorClient WebOperatorClientMyFile config is included. It is required to have a MyWebOperatorClientebOperatorClientMyfile.xml file in the SystemConfigFiles folder.

Code Block
<?xml version="1.0" encoding="utf-8"?>
<webServices xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
			 xsi:schemaLocation="http://www.wldelft.nl/fews https://fewsdocs.deltares.nl/schemas/version1.0/webServices.xsd">
	<general>
        <filters>
            <filterId>webservice</filterId>
        </filters>
        <readonlyMode>false</readonlyMode>
		<testPageEnabled>true</testPageEnabled>
	</general>
	<webOperatorClientConfiguration>
		<configFile>MyWebOperatorClient<<configFile>WebOperatorClientMyFile</configFile>
	</webOperatorClientConfiguration>
</webServices>

...