When a GetCapabilities request is made, the response is a Capabilities file specifying the contents of the service in a standard format. One set of Capabilities files gets created for each WFS-enabled ArcIMS service.
Details on the format and content of a Capabilities file are available in the WFS Specification. The following information is relevant for WFS services created using the ArcIMS WFS Connector.
The Capabilities files are located in the Capabilities directory. You assign this directory in the WFS Connector Administrator. The directory does not need to exist ahead of time. Once the directory is created, the format of the Capabilities directory is:
<Capabilities Directory>
|__wfs
|__<hostname>-<port>
|__<service>
|__capabilities_1_0_0.xml
where:
The Capabilities files generated by the WFS Connector can be edited, although it is not recommended except for service-specific parameters. If possible, edits should be made to a Capabilities XSL stylesheet. For more information on these files, see Editing the Capabilities XSL Stylesheets.
Caution: If you make edits in a Capabilities file and then update the Capabilities in the WFS Connector Administrator, a new file is generated and overwrites the file you edited. Likewise, if you disable a WFS Service, the Capabilities directory for that service is deleted, and all edits are lost.
Edits that should be made in a Capabilities file are:
When the WFS Connector creates a Capabilities file, the format is determined by the corresponding Capabilities XSL stylesheet. The stylesheet is where you can make global changes to the Capabilities file that affect all WFS services. For more information on these files, see Editing the Capabilities XSL Stylesheets.