The following XML document represents a blank configuration file for a Web-enabled application.
<?xml version="1.0"?> <jade_config> <web_services_consumer schema="" name="" id=""> <web_config> <consumer> <endpoint></endpoint> <maximum_connections></maximum_connections> <connection_timeout></connection_timeout> <send_timeout></send_timeout> <receive_timeout></receive_timeout> </consumer> </web_config> </web_services_consumer> </jade_config>
The empty XML elements represent parameters that can be configured; for example, you can configure the <connection_name/> element with the value WebApp, by replacing the empty element with a non-empty element, as follows.
<connection_name>WebApp</connection_name>
In addition, the application XML element has three empty attributes that you can configure, as follows.
<application schema="WebConsumer" name="global" id="200">